Html Css Color HEX #032ABE International Klein Blue

📋 copy color: '#032ABE'

red 3 ◦ green 42 ◦ blue 190

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

Shades of International Klein Blue #032ABE

Tints of International Klein Blue #032ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

 BLUE value IS 190 (74.61% from 255) = 80.85%

R = 1.28%
G = 17.87%
B = 80.85%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#032ABE (or 0x032ABE) is known color: International Klein Blue. HEX triplet: 03, 2A and BE. RGB value is (3,42,190). Sum of RGB (Red+Green+Blue) = 3+42+190=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #032ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ABE is #FCD541. Grayscale: #2E2E2E. Windows color (decimal): -16569666 or 12462595. OLE color: 12462595.

HSL color Cylindrical-coordinate representation of color #032ABE: hue angle of 227.49º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032ABE is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 42 190 -
CMYK 0.98 0.78 0 0.25
HSL 227.49º 0.97% 0.38% -
HSV(B) 227.49º 0.98% 0.75% -
XYZ 10.16 5.39 49.22 -
YUV 47.21 208.58 96.47 -
System Red Green Blue C M Y K H S L
Decimal 3 42 190 0.98 0.78 0 0.25 227.49 0.97 0.38
Hex 3 2A BE 62 4E 0 19 E3 61 26
Octal 3 52 276 142 116 0 31 343 141 46
Binary 11 101010 10111110 1100010 1001110 0 11001 11100011 1100001 100110

Color Harmonies of #032ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ABE

Black with #032ABE

Text Example


Text Example

White with #032ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032ABE; }

 p { color: rgb(3,42,190); }

 H1.HeaderClassName
 {
   color: #032ABE;
 }
 .AnyTagClassName
 {
   color: #032ABE;
 }
</style>

background-color css

<style>
 a { background-color: #032ABE; }

 a { background-color: rgb(3,42,190); }

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

border-color css

<style>
 span { border-color: #032ABE; }

 span { border-color: rgb(3,42,190); }

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