Html Css Color HEX #032CB8 International Klein Blue

📋 copy color: '#032CB8'

red 3 ◦ green 44 ◦ blue 184

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

Shades of International Klein Blue #032CB8

Tints of International Klein Blue #032CB8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

 BLUE value IS 184 (72.27% from 255) = 79.65%

R = 1.3%
G = 19.05%
B = 79.65%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#032CB8 (or 0x032CB8) is known color: International Klein Blue. HEX triplet: 03, 2C and B8. RGB value is (3,44,184). Sum of RGB (Red+Green+Blue) = 3+44+184=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 184 (72.27% from 255 or 79.65% from 231); Max value from RGB is 184 - color contains mainly: blue. Hex color #032CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CB8 is #FCD347. Grayscale: #2F2F2F. Windows color (decimal): -16569160 or 12069891. OLE color: 12069891.

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

Color convert

RGB 3 44 184 -
CMYK 0.98 0.76 0 0.28
HSL 226.41º 0.97% 0.37% -
HSV(B) 226.41º 0.98% 0.72% -
XYZ 9.59 5.28 45.86 -
YUV 47.7 204.92 96.12 -
System Red Green Blue C M Y K H S L
Decimal 3 44 184 0.98 0.76 0 0.28 226.41 0.97 0.37
Hex 3 2C B8 62 4C 0 1C E2 61 25
Octal 3 54 270 142 114 0 34 342 141 45
Binary 11 101100 10111000 1100010 1001100 0 11100 11100010 1100001 100101

Color Harmonies of #032CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CB8

Black with #032CB8

Text Example


Text Example

White with #032CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,44,184); }

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

background-color css

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

 a { background-color: rgb(3,44,184); }

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

border-color css

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

 span { border-color: rgb(3,44,184); }

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