Html Css Color HEX #031C98 International Klein Blue

📋 copy color: '#031C98'

red 3 ◦ green 28 ◦ blue 152

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

Shades of International Klein Blue #031C98

Tints of International Klein Blue #031C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 83.06%

R = 1.64%
G = 15.3%
B = 83.06%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#031C98 (or 0x031C98) is known color: International Klein Blue. HEX triplet: 03, 1C and 98. RGB value is (3,28,152). Sum of RGB (Red+Green+Blue) = 3+28+152=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 152 (59.77% from 255 or 83.06% from 183); Max value from RGB is 152 - color contains mainly: blue. Hex color #031C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C98 is #FCE367. Grayscale: #222222. Windows color (decimal): -16573288 or 9968643. OLE color: 9968643.

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

Color convert

RGB 3 28 152 -
CMYK 0.98 0.82 0 0.40
HSL 229.93º 0.96% 0.3% -
HSV(B) 229.93º 0.98% 0.6% -
XYZ 6.12 3.12 29.98 -
YUV 34.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 3 28 152 0.98 0.82 0 0.40 229.93 0.96 0.3
Hex 3 1C 98 62 52 0 28 E6 60 1E
Octal 3 34 230 142 122 0 50 346 140 36
Binary 11 11100 10011000 1100010 1010010 0 101000 11100110 1100000 11110

Color Harmonies of #031C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C98

Black with #031C98

Text Example


Text Example

White with #031C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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