#0331AB

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

Shades of International Klein Blue #0331AB

Tints of International Klein Blue #0331AB

Color information

#0331AB (or 0x0331AB) is unknown color: approx International Klein Blue. HEX triplet: 03, 31 and AB. RGB value is (3,49,171). Sum of RGB (Red+Green+Blue) = 3+49+171=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #0331AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0331AB is #FCCE54. Grayscale: #303030. Windows color (decimal): -16567893 or 11219203. OLE color: 11219203.

HSL color Cylindrical-coordinate representation of color #0331AB: hue angle of 223.57º 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 #0331AB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB349171-
CMYK0.980.7100.33
HSL223.57º96.55%34.12%-
HSV(B)223.57º98.25%67.06%-
XYZ8.495.1639.08-
YUV49.15196.7695.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 171 (67.19% from 255) = 76.68%
R=1.35%
G=21.97%
B=76.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3491710.980.7100.33223.5796.5534.12
Hex331AB6247021e06122
Octal36125314210704134014142
Binary1111000110101011110001010001110100001111000001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0331AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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