#0322B4

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

Shades of International Klein Blue #0322B4

Tints of International Klein Blue #0322B4

Color information

#0322B4 (or 0x0322B4) is unknown color: approx International Klein Blue. HEX triplet: 03, 22 and B4. RGB value is (3,34,180). Sum of RGB (Red+Green+Blue) = 3+34+180=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 180 (70.70% from 255 or 82.95% from 217); Max value from RGB is 180 - color contains mainly: blue. Hex color #0322B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322B4 is #FCDD4B. Grayscale: #282828. Windows color (decimal): -16571724 or 11805187. OLE color: 11805187.

HSL color Cylindrical-coordinate representation of color #0322B4: hue angle of 229.49º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0322B4 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB334180-
CMYK0.980.8100.29
HSL229.49º96.72%35.88%-
HSV(B)229.49º98.33%70.59%-
XYZ8.854.4643.57-
YUV41.38206.23100.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 180 (70.70% from 255) = 82.95%
R=1.38%
G=15.67%
B=82.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3341800.980.8100.29229.4996.7235.88
Hex322B4625101De56124
Octal34226414212103534514144
Binary111000101011010011000101010001011101111001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0322B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0322B4; }

 p { color: rgb(3,34,180); }

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

<style>
 a { background-color: #0322B4; }

 a { background-color: rgb(3,34,180); }

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

<style>
 span { border-color: #0322B4; }

 span { border-color: rgb(3,34,180); }

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