Html Css Color HEX #031FAA International Klein Blue

📋 copy color: '#031FAA'

red 3 ◦ green 31 ◦ blue 170

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

Shades of International Klein Blue #031FAA

Tints of International Klein Blue #031FAA

RGB

 RED value IS 3 (1.56% from 255) = 1.47%

 GREEN value IS 31 (12.5% from 255) = 15.2%

 BLUE value IS 170 (66.8% from 255) = 83.33%

R = 1.47%
G = 15.2%
B = 83.33%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#031FAA (or 0x031FAA) is known color: International Klein Blue. HEX triplet: 03, 1F and AA. RGB value is (3,31,170). Sum of RGB (Red+Green+Blue) = 3+31+170=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #031FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031FAA is #FCE055. Grayscale: #252525. Windows color (decimal): -16572502 or 11149059. OLE color: 11149059.

HSL color Cylindrical-coordinate representation of color #031FAA: hue angle of 229.94º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031FAA is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 31 170 -
CMYK 0.98 0.82 0 0.33
HSL 229.94º 0.97% 0.34% -
HSV(B) 229.94º 0.98% 0.67% -
XYZ 7.78 3.9 38.37 -
YUV 38.47 202.22 102.7 -
System Red Green Blue C M Y K H S L
Decimal 3 31 170 0.98 0.82 0 0.33 229.94 0.97 0.34
Hex 3 1F AA 62 52 0 21 E6 61 22
Octal 3 37 252 142 122 0 41 346 141 42
Binary 11 11111 10101010 1100010 1010010 0 100001 11100110 1100001 100010

Color Harmonies of #031FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FAA

Black with #031FAA

Text Example


Text Example

White with #031FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031FAA; }

 p { color: rgb(3,31,170); }

 H1.HeaderClassName
 {
   color: #031FAA;
 }
 .AnyTagClassName
 {
   color: #031FAA;
 }
</style>

background-color css

<style>
 a { background-color: #031FAA; }

 a { background-color: rgb(3,31,170); }

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

border-color css

<style>
 span { border-color: #031FAA; }

 span { border-color: rgb(3,31,170); }

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