#032BB7

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

Shades of International Klein Blue #032BB7

Tints of International Klein Blue #032BB7

Color information

#032BB7 (or 0x032BB7) is unknown color: approx International Klein Blue. HEX triplet: 03, 2B and B7. RGB value is (3,43,183). Sum of RGB (Red+Green+Blue) = 3+43+183=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #032BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BB7 is #FCD448. Grayscale: #2E2E2E. Windows color (decimal): -16569417 or 12004099. OLE color: 12004099.

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

Color convert

RGB343183-
CMYK0.980.7700.28
HSL226.67º96.77%36.47%-
HSV(B)226.67º98.36%71.76%-
XYZ9.455.1745.3-
YUV47204.7596.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 183 (71.88% from 255) = 79.91%
R=1.31%
G=18.78%
B=79.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3431830.980.7700.28226.6796.7736.47
Hex32BB7624D01Ce36124
Octal35326714211503434314144
Binary111010111011011111000101001101011100111000111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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