Html Css Color HEX #031DAE International Klein Blue

📋 copy color: '#031DAE'

red 3 ◦ green 29 ◦ blue 174

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

Shades of International Klein Blue #031DAE

Tints of International Klein Blue #031DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.08%

 BLUE value IS 174 (68.36% from 255) = 84.47%

R = 1.46%
G = 14.08%
B = 84.47%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#031DAE (or 0x031DAE) is known color: International Klein Blue. HEX triplet: 03, 1D and AE. RGB value is (3,29,174). Sum of RGB (Red+Green+Blue) = 3+29+174=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #031DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DAE is #FCE251. Grayscale: #252525. Windows color (decimal): -16573010 or 11410691. OLE color: 11410691.

HSL color Cylindrical-coordinate representation of color #031DAE: hue angle of 230.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DAE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 29 174 -
CMYK 0.98 0.83 0 0.32
HSL 230.88º 0.97% 0.35% -
HSV(B) 230.88º 0.98% 0.68% -
XYZ 8.12 3.95 40.38 -
YUV 37.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 3 29 174 0.98 0.83 0 0.32 230.88 0.97 0.35
Hex 3 1D AE 62 53 0 20 E7 61 23
Octal 3 35 256 142 123 0 40 347 141 43
Binary 11 11101 10101110 1100010 1010011 0 100000 11100111 1100001 100011

Color Harmonies of #031DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DAE

Black with #031DAE

Text Example


Text Example

White with #031DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,174); }

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

background-color css

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

 a { background-color: rgb(3,29,174); }

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

border-color css

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

 span { border-color: rgb(3,29,174); }

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