#0321B4

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

Shades of International Klein Blue #0321B4

Tints of International Klein Blue #0321B4

Color information

#0321B4 (or 0x0321B4) is unknown color: approx International Klein Blue. HEX triplet: 03, 21 and B4. RGB value is (3,33,180). Sum of RGB (Red+Green+Blue) = 3+33+180=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 180 (70.70% from 255 or 83.33% from 216); Max value from RGB is 180 - color contains mainly: blue. Hex color #0321B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0321B4 is #FCDE4B. Grayscale: #282828. Windows color (decimal): -16571980 or 11804931. OLE color: 11804931.

HSL color Cylindrical-coordinate representation of color #0321B4: hue angle of 229.83º 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 #0321B4 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB333180-
CMYK0.980.8200.29
HSL229.83º96.72%35.88%-
HSV(B)229.83º98.33%70.59%-
XYZ8.824.443.56-
YUV40.79206.56101.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 180 (70.70% from 255) = 83.33%
R=1.39%
G=15.28%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3331800.980.8200.29229.8396.7235.88
Hex321B4625201De66124
Octal34126414212203534614144
Binary111000011011010011000101010010011101111001101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0321B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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