Html Css Color HEX #032CBD International Klein Blue

📋 copy color: '#032CBD'

red 3 ◦ green 44 ◦ blue 189

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

Shades of International Klein Blue #032CBD

Tints of International Klein Blue #032CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 80.08%

R = 1.27%
G = 18.64%
B = 80.08%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#032CBD (or 0x032CBD) is known color: International Klein Blue. HEX triplet: 03, 2C and BD. RGB value is (3,44,189). Sum of RGB (Red+Green+Blue) = 3+44+189=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #032CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CBD is #FCD342. Grayscale: #2F2F2F. Windows color (decimal): -16569155 or 12397571. OLE color: 12397571.

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

Color convert

RGB 3 44 189 -
CMYK 0.98 0.77 0 0.26
HSL 226.77º 0.97% 0.38% -
HSV(B) 226.77º 0.98% 0.74% -
XYZ 10.12 5.49 48.67 -
YUV 48.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 3 44 189 0.98 0.77 0 0.26 226.77 0.97 0.38
Hex 3 2C BD 62 4D 0 1A E3 61 26
Octal 3 54 275 142 115 0 32 343 141 46
Binary 11 101100 10111101 1100010 1001101 0 11010 11100011 1100001 100110

Color Harmonies of #032CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CBD

Black with #032CBD

Text Example


Text Example

White with #032CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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