Html Css Color HEX #031DA2 International Klein Blue

📋 copy color: '#031DA2'

red 3 ◦ green 29 ◦ blue 162

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

Shades of International Klein Blue #031DA2

Tints of International Klein Blue #031DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 83.51%

R = 1.55%
G = 14.95%
B = 83.51%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#031DA2 (or 0x031DA2) is known color: International Klein Blue. HEX triplet: 03, 1D and A2. RGB value is (3,29,162). Sum of RGB (Red+Green+Blue) = 3+29+162=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 162 (63.67% from 255 or 83.51% from 194); Max value from RGB is 162 - color contains mainly: blue. Hex color #031DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DA2 is #FCE25D. Grayscale: #232323. Windows color (decimal): -16573022 or 10624259. OLE color: 10624259.

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

Color convert

RGB 3 29 162 -
CMYK 0.98 0.82 0 0.36
HSL 230.19º 0.96% 0.32% -
HSV(B) 230.19º 0.98% 0.64% -
XYZ 7 3.51 34.49 -
YUV 36.39 198.89 104.19 -
System Red Green Blue C M Y K H S L
Decimal 3 29 162 0.98 0.82 0 0.36 230.19 0.96 0.32
Hex 3 1D A2 62 52 0 24 E6 60 20
Octal 3 35 242 142 122 0 44 346 140 40
Binary 11 11101 10100010 1100010 1010010 0 100100 11100110 1100000 100000

Color Harmonies of #031DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DA2

Black with #031DA2

Text Example


Text Example

White with #031DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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