Html Css Color HEX #031FA8 International Klein Blue

📋 copy color: '#031FA8'

red 3 ◦ green 31 ◦ blue 168

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

Shades of International Klein Blue #031FA8

Tints of International Klein Blue #031FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 83.17%

R = 1.49%
G = 15.35%
B = 83.17%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#031FA8 (or 0x031FA8) is known color: International Klein Blue. HEX triplet: 03, 1F and A8. RGB value is (3,31,168). Sum of RGB (Red+Green+Blue) = 3+31+168=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 168 (66.02% from 255 or 83.17% from 202); Max value from RGB is 168 - color contains mainly: blue. Hex color #031FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031FA8 is #FCE057. Grayscale: #252525. Windows color (decimal): -16572504 or 11017987. OLE color: 11017987.

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

Color convert

RGB 3 31 168 -
CMYK 0.98 0.82 0 0.34
HSL 229.82º 0.96% 0.34% -
HSV(B) 229.82º 0.98% 0.66% -
XYZ 7.6 3.83 37.38 -
YUV 38.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 3 31 168 0.98 0.82 0 0.34 229.82 0.96 0.34
Hex 3 1F A8 62 52 0 22 E6 60 22
Octal 3 37 250 142 122 0 42 346 140 42
Binary 11 11111 10101000 1100010 1010010 0 100010 11100110 1100000 100010

Color Harmonies of #031FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FA8

Black with #031FA8

Text Example


Text Example

White with #031FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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