Html Css Color HEX #031CB2 International Klein Blue

📋 copy color: '#031CB2'

red 3 ◦ green 28 ◦ blue 178

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

Shades of International Klein Blue #031CB2

Tints of International Klein Blue #031CB2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

 BLUE value IS 178 (69.92% from 255) = 85.17%

R = 1.44%
G = 13.4%
B = 85.17%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#031CB2 (or 0x031CB2) is known color: International Klein Blue. HEX triplet: 03, 1C and B2. RGB value is (3,28,178). Sum of RGB (Red+Green+Blue) = 3+28+178=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 178 (69.92% from 255 or 85.17% from 209); Max value from RGB is 178 - color contains mainly: blue. Hex color #031CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031CB2 is #FCE34D. Grayscale: #252525. Windows color (decimal): -16573262 or 11672579. OLE color: 11672579.

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

Color convert

RGB 3 28 178 -
CMYK 0.98 0.84 0 0.30
HSL 231.43º 0.97% 0.35% -
HSV(B) 231.43º 0.98% 0.7% -
XYZ 8.49 4.06 42.46 -
YUV 37.63 207.22 103.3 -
System Red Green Blue C M Y K H S L
Decimal 3 28 178 0.98 0.84 0 0.30 231.43 0.97 0.35
Hex 3 1C B2 62 54 0 1E E7 61 23
Octal 3 34 262 142 124 0 36 347 141 43
Binary 11 11100 10110010 1100010 1010100 0 11110 11100111 1100001 100011

Color Harmonies of #031CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CB2

Black with #031CB2

Text Example


Text Example

White with #031CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,28,178); }

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

background-color css

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

 a { background-color: rgb(3,28,178); }

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

border-color css

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

 span { border-color: rgb(3,28,178); }

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