#032AC0

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

Shades of International Klein Blue #032AC0

Tints of International Klein Blue #032AC0

Color information

#032AC0 (or 0x032AC0) is unknown color: approx International Klein Blue. HEX triplet: 03, 2A and C0. RGB value is (3,42,192). Sum of RGB (Red+Green+Blue) = 3+42+192=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #032AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032AC0 is #FCD53F. Grayscale: #2E2E2E. Windows color (decimal): -16569664 or 12593667. OLE color: 12593667.

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

Color convert

RGB342192-
CMYK0.980.7800.25
HSL227.62º96.92%38.24%-
HSV(B)227.62º98.44%75.29%-
XYZ10.385.4850.38-
YUV47.44209.5896.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 192 (75.39% from 255) = 81.01%
R=1.27%
G=17.72%
B=81.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3421920.980.7800.25227.6296.9238.24
Hex32AC0624E019e46126
Octal35230014211603134414146
Binary111010101100000011000101001110011001111001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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