Html Css Color HEX #317ABA Curious Blue

📋 copy color: '#317ABA'

red 49 ◦ green 122 ◦ blue 186

#317ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #317ABA

Tints of Curious Blue #317ABA

RGB

 RED value IS 49 (19.53% from 255) = 13.73%

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 13.73%
G = 34.17%
B = 52.1%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#317ABA (or 0x317ABA) is known color: Curious Blue. HEX triplet: 31, 7A and BA. RGB value is (49,122,186). Sum of RGB (Red+Green+Blue) = 49+122+186=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #317ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ABA is #CE8545. Grayscale: #6B6B6B. Windows color (decimal): -13534534 or 12220977. OLE color: 12220977.

HSL color Cylindrical-coordinate representation of color #317ABA: hue angle of 208.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317ABA is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 122 186 -
CMYK 0.74 0.34 0 0.27
HSL 208.03º 0.58% 0.46% -
HSV(B) 208.03º 0.74% 0.73% -
XYZ 17.09 18.12 49.05 -
YUV 107.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 49 122 186 0.74 0.34 0 0.27 208.03 0.58 0.46
Hex 31 7A BA 4A 22 0 1B D0 3A 2E
Octal 61 172 272 112 42 0 33 320 72 56
Binary 110001 1111010 10111010 1001010 100010 0 11011 11010000 111010 101110

Color Harmonies of #317ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317ABA

Black with #317ABA

Text Example


Text Example

White with #317ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317ABA; }

 p { color: rgb(49,122,186); }

 H1.HeaderClassName
 {
   color: #317ABA;
 }
 .AnyTagClassName
 {
   color: #317ABA;
 }
</style>

background-color css

<style>
 a { background-color: #317ABA; }

 a { background-color: rgb(49,122,186); }

 div.DivClassName
 {
   background-color: #317ABA;
 }
 .BgClassName
 {
   background-color: #317ABA;
 }
</style>

border-color css

<style>
 span { border-color: #317ABA; }

 span { border-color: rgb(49,122,186); }

 td.TdClassName
 {
   border-color: #317ABA;
 }
 .TagClassName
 {
   border-color: #317ABA;
 }
</style>