#0336BC

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

Shades of International Klein Blue #0336BC

Tints of International Klein Blue #0336BC

Color information

#0336BC (or 0x0336BC) is unknown color: approx International Klein Blue. HEX triplet: 03, 36 and BC. RGB value is (3,54,188). Sum of RGB (Red+Green+Blue) = 3+54+188=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #0336BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0336BC is #FCC943. Grayscale: #353535. Windows color (decimal): -16566596 or 12334595. OLE color: 12334595.

HSL color Cylindrical-coordinate representation of color #0336BC: hue angle of 223.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0336BC is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB354188-
CMYK0.980.7100.26
HSL223.46º96.86%37.45%-
HSV(B)223.46º98.4%73.73%-
XYZ10.436.2948.24-
YUV54.03203.691.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 188 (73.83% from 255) = 76.73%
R=1.22%
G=22.04%
B=76.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3541880.980.7100.26223.4696.8637.45
Hex336BC624701Adf6125
Octal36627414210703233714145
Binary111101101011110011000101000111011010110111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0336BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0336BC; }

 p { color: rgb(3,54,188); }

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

<style>
 a { background-color: #0336BC; }

 a { background-color: rgb(3,54,188); }

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

<style>
 span { border-color: #0336BC; }

 span { border-color: rgb(3,54,188); }

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