Html Css Color HEX #032CBB International Klein Blue

📋 copy color: '#032CBB'

red 3 ◦ green 44 ◦ blue 187

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

Shades of International Klein Blue #032CBB

Tints of International Klein Blue #032CBB

RGB

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

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

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

R = 1.28%
G = 18.8%
B = 79.91%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#032CBB (or 0x032CBB) is known color: International Klein Blue. HEX triplet: 03, 2C and BB. RGB value is (3,44,187). Sum of RGB (Red+Green+Blue) = 3+44+187=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #032CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CBB is #FCD344. Grayscale: #2F2F2F. Windows color (decimal): -16569157 or 12266499. OLE color: 12266499.

HSL color Cylindrical-coordinate representation of color #032CBB: hue angle of 226.63º 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 #032CBB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 44 187 -
CMYK 0.98 0.76 0 0.27
HSL 226.63º 0.97% 0.37% -
HSV(B) 226.63º 0.98% 0.73% -
XYZ 9.91 5.41 47.54 -
YUV 48.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 3 44 187 0.98 0.76 0 0.27 226.63 0.97 0.37
Hex 3 2C BB 62 4C 0 1B E3 61 25
Octal 3 54 273 142 114 0 33 343 141 45
Binary 11 101100 10111011 1100010 1001100 0 11011 11100011 1100001 100101

Color Harmonies of #032CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CBB

Black with #032CBB

Text Example


Text Example

White with #032CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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