Html Css Color HEX #031EB3 International Klein Blue

📋 copy color: '#031EB3'

red 3 ◦ green 30 ◦ blue 179

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

Shades of International Klein Blue #031EB3

Tints of International Klein Blue #031EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 84.43%

R = 1.42%
G = 14.15%
B = 84.43%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#031EB3 (or 0x031EB3) is known color: International Klein Blue. HEX triplet: 03, 1E and B3. RGB value is (3,30,179). Sum of RGB (Red+Green+Blue) = 3+30+179=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 179 (70.31% from 255 or 84.43% from 212); Max value from RGB is 179 - color contains mainly: blue. Hex color #031EB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EB3 is #FCE14C. Grayscale: #262626. Windows color (decimal): -16572749 or 11738627. OLE color: 11738627.

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

Color convert

RGB 3 30 179 -
CMYK 0.98 0.83 0 0.30
HSL 230.8º 0.97% 0.36% -
HSV(B) 230.8º 0.98% 0.7% -
XYZ 8.64 4.2 43 -
YUV 38.91 207.05 102.38 -
System Red Green Blue C M Y K H S L
Decimal 3 30 179 0.98 0.83 0 0.30 230.8 0.97 0.36
Hex 3 1E B3 62 53 0 1E E7 61 24
Octal 3 36 263 142 123 0 36 347 141 44
Binary 11 11110 10110011 1100010 1010011 0 11110 11100111 1100001 100100

Color Harmonies of #031EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031EB3

Black with #031EB3

Text Example


Text Example

White with #031EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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