Html Css Color HEX #031E98 International Klein Blue

📋 copy color: '#031E98'

red 3 ◦ green 30 ◦ blue 152

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

Shades of International Klein Blue #031E98

Tints of International Klein Blue #031E98

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

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

R = 1.62%
G = 16.22%
B = 82.16%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#031E98 (or 0x031E98) is known color: International Klein Blue. HEX triplet: 03, 1E and 98. RGB value is (3,30,152). Sum of RGB (Red+Green+Blue) = 3+30+152=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #031E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E98 is #FCE167. Grayscale: #232323. Windows color (decimal): -16572776 or 9969155. OLE color: 9969155.

HSL color Cylindrical-coordinate representation of color #031E98: hue angle of 229.13º 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 #031E98 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 30 152 -
CMYK 0.98 0.80 0 0.40
HSL 229.13º 0.96% 0.3% -
HSV(B) 229.13º 0.98% 0.6% -
XYZ 6.17 3.21 30 -
YUV 35.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 3 30 152 0.98 0.80 0 0.40 229.13 0.96 0.3
Hex 3 1E 98 62 50 0 28 E5 60 1E
Octal 3 36 230 142 120 0 50 345 140 36
Binary 11 11110 10011000 1100010 1010000 0 101000 11100101 1100000 11110

Color Harmonies of #031E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E98

Black with #031E98

Text Example


Text Example

White with #031E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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