Html Css Color HEX #032ABB International Klein Blue

📋 copy color: '#032ABB'

red 3 ◦ green 42 ◦ blue 187

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

Shades of International Klein Blue #032ABB

Tints of International Klein Blue #032ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.6%

R = 1.29%
G = 18.1%
B = 80.6%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#032ABB (or 0x032ABB) is known color: International Klein Blue. HEX triplet: 03, 2A and BB. RGB value is (3,42,187). Sum of RGB (Red+Green+Blue) = 3+42+187=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #032ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ABB is #FCD544. Grayscale: #2E2E2E. Windows color (decimal): -16569669 or 12265987. OLE color: 12265987.

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

Color convert

RGB 3 42 187 -
CMYK 0.98 0.78 0 0.27
HSL 227.28º 0.97% 0.37% -
HSV(B) 227.28º 0.98% 0.73% -
XYZ 9.84 5.26 47.51 -
YUV 46.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 3 42 187 0.98 0.78 0 0.27 227.28 0.97 0.37
Hex 3 2A BB 62 4E 0 1B E3 61 25
Octal 3 52 273 142 116 0 33 343 141 45
Binary 11 101010 10111011 1100010 1001110 0 11011 11100011 1100001 100101

Color Harmonies of #032ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ABB

Black with #032ABB

Text Example


Text Example

White with #032ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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