#0328B2

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

Shades of International Klein Blue #0328B2

Tints of International Klein Blue #0328B2

Color information

#0328B2 (or 0x0328B2) is unknown color: approx International Klein Blue. HEX triplet: 03, 28 and B2. RGB value is (3,40,178). Sum of RGB (Red+Green+Blue) = 3+40+178=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 178 (69.92% from 255 or 80.54% from 221); Max value from RGB is 178 - color contains mainly: blue. Hex color #0328B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0328B2 is #FCD74D. Grayscale: #2C2C2C. Windows color (decimal): -16570190 or 11675651. OLE color: 11675651.

HSL color Cylindrical-coordinate representation of color #0328B2: hue angle of 227.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0328B2 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB340178-
CMYK0.980.7800.30
HSL227.31º96.69%35.49%-
HSV(B)227.31º98.31%69.8%-
XYZ8.834.7542.57-
YUV44.67203.2498.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 178 (69.92% from 255) = 80.54%
R=1.36%
G=18.10%
B=80.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal3401780.980.7800.30227.3196.6935.49
Hex328B2624E01Ee36123
Octal35026214211603634314143
Binary111010001011001011000101001110011110111000111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0328B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0328B2; }

 p { color: rgb(3,40,178); }

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

<style>
 a { background-color: #0328B2; }

 a { background-color: rgb(3,40,178); }

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

<style>
 span { border-color: #0328B2; }

 span { border-color: rgb(3,40,178); }

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