Html Css Color HEX #031EBC International Klein Blue

📋 copy color: '#031EBC'

red 3 ◦ green 30 ◦ blue 188

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

Shades of International Klein Blue #031EBC

Tints of International Klein Blue #031EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 85.07%

R = 1.36%
G = 13.57%
B = 85.07%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#031EBC (or 0x031EBC) is known color: International Klein Blue. HEX triplet: 03, 1E and BC. RGB value is (3,30,188). Sum of RGB (Red+Green+Blue) = 3+30+188=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #031EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EBC is #FCE143. Grayscale: #272727. Windows color (decimal): -16572740 or 12328451. OLE color: 12328451.

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

Color convert

RGB 3 30 188 -
CMYK 0.98 0.84 0 0.26
HSL 231.24º 0.97% 0.37% -
HSV(B) 231.24º 0.98% 0.74% -
XYZ 9.58 4.58 47.96 -
YUV 39.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 3 30 188 0.98 0.84 0 0.26 231.24 0.97 0.37
Hex 3 1E BC 62 54 0 1A E7 61 25
Octal 3 36 274 142 124 0 32 347 141 45
Binary 11 11110 10111100 1100010 1010100 0 11010 11100111 1100001 100101

Color Harmonies of #031EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031EBC

Black with #031EBC

Text Example


Text Example

White with #031EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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