#0323B4

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

Shades of International Klein Blue #0323B4

Tints of International Klein Blue #0323B4

Color information

#0323B4 (or 0x0323B4) is unknown color: approx International Klein Blue. HEX triplet: 03, 23 and B4. RGB value is (3,35,180). Sum of RGB (Red+Green+Blue) = 3+35+180=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 180 (70.70% from 255 or 82.57% from 218); Max value from RGB is 180 - color contains mainly: blue. Hex color #0323B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0323B4 is #FCDC4B. Grayscale: #292929. Windows color (decimal): -16571468 or 11805443. OLE color: 11805443.

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

Color convert

RGB335180-
CMYK0.980.8100.29
HSL229.15º96.72%35.88%-
HSV(B)229.15º98.33%70.59%-
XYZ8.884.5243.58-
YUV41.96205.9100.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 180 (70.70% from 255) = 82.57%
R=1.38%
G=16.06%
B=82.57%

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
Decimal3351800.980.8100.29229.1596.7235.88
Hex323B4625101De56124
Octal34326414212103534514144
Binary111000111011010011000101010001011101111001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0323B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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