#0329AB

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

Shades of International Klein Blue #0329AB

Tints of International Klein Blue #0329AB

Color information

#0329AB (or 0x0329AB) is unknown color: approx International Klein Blue. HEX triplet: 03, 29 and AB. RGB value is (3,41,171). Sum of RGB (Red+Green+Blue) = 3+41+171=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #0329AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0329AB is #FCD654. Grayscale: #2B2B2B. Windows color (decimal): -16569941 or 11217155. OLE color: 11217155.

HSL color Cylindrical-coordinate representation of color #0329AB: hue angle of 226.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0329AB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB341171-
CMYK0.980.7600.33
HSL226.43º96.55%34.12%-
HSV(B)226.43º98.25%67.06%-
XYZ8.184.5538.97-
YUV44.46199.4198.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 171 (67.19% from 255) = 79.53%
R=1.40%
G=19.07%
B=79.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3411710.980.7600.33226.4396.5534.12
Hex329AB624C021e26122
Octal35125314211404134214142
Binary1110100110101011110001010011000100001111000101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0329AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0329AB; }

 p { color: rgb(3,41,171); }

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

<style>
 a { background-color: #0329AB; }

 a { background-color: rgb(3,41,171); }

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

<style>
 span { border-color: #0329AB; }

 span { border-color: rgb(3,41,171); }

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