#002396

Color #002396 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #002396

Tints of Smalt #002396

Color information

#002396 (or 0x002396) is unknown color: approx Smalt. HEX triplet: 00, 23 and 96. RGB value is (0,35,150). Sum of RGB (Red+Green+Blue) = 0+35+150=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 150 (58.98% from 255 or 81.08% from 185); Max value from RGB is 150 - color contains mainly: blue. Hex color #002396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002396 is #FFDC69. Grayscale: #252525. Windows color (decimal): -16768106 or 9839360. OLE color: 9839360.

HSL color Cylindrical-coordinate representation of color #002396: hue angle of 226º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002396 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB035150-
CMYK10.7700.41
HSL226º100%29.41%-
HSV(B)226º100%58.82%-
XYZ6.113.429.19-
YUV37.64191.4101.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 150 (58.98% from 255) = 81.08%
R=0%
G=18.92%
B=81.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal03515010.7700.4122610029.41
Hex02396644D029e2641d
Octal04322614411505134214435
Binary01000111001011011001001001101010100111100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002396; }

 p { color: rgb(0,35,150); }

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

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

 a { background-color: rgb(0,35,150); }

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

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

 span { border-color: rgb(0,35,150); }

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