#032BBA

Color #032BBA International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #032BBA

Tints of International Klein Blue #032BBA

Color information

#032BBA (or 0x032BBA) is unknown color: approx International Klein Blue. HEX triplet: 03, 2B and BA. RGB value is (3,43,186). Sum of RGB (Red+Green+Blue) = 3+43+186=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #032BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BBA is #FCD445. Grayscale: #2E2E2E. Windows color (decimal): -16569414 or 12200707. OLE color: 12200707.

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

Color convert

RGB343186-
CMYK0.980.7700.27
HSL226.89º96.83%37.06%-
HSV(B)226.89º98.39%72.94%-
XYZ9.765.2946.96-
YUV47.34206.2596.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 186 (73.05% from 255) = 80.17%
R=1.29%
G=18.53%
B=80.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3431860.980.7700.27226.8996.8337.06
Hex32BBA624D01Be36125
Octal35327214211503334314145
Binary111010111011101011000101001101011011111000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,43,186); }

 H1.HeaderClassName
 {
   color: #032BBA;
 }
 .AnyTagClassName
 {
   color: #032BBA;
 }
</style>
background-color css

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

 a { background-color: rgb(3,43,186); }

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

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

 span { border-color: rgb(3,43,186); }

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