#003B96

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

Shades of Smalt #003B96

Tints of Smalt #003B96

Color information

#003B96 (or 0x003B96) is unknown color: approx Smalt. HEX triplet: 00, 3B and 96. RGB value is (0,59,150). Sum of RGB (Red+Green+Blue) = 0+59+150=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #003B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B96 is #FFC469. Grayscale: #333333. Windows color (decimal): -16761962 or 9845504. OLE color: 9845504.

HSL color Cylindrical-coordinate representation of color #003B96: hue angle of 216.4º 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 #003B96 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB059150-
CMYK10.6100.41
HSL216.4º100%29.41%-
HSV(B)216.4º100%58.82%-
XYZ7.075.3329.51-
YUV51.73183.4591.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 150 (58.98% from 255) = 71.77%
R=0%
G=28.23%
B=71.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal05915010.6100.41216.410029.41
Hex03B96643D029d8641d
Octal0732261447505133014435
Binary0111011100101101100100111101010100111011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003B96; }

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

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

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

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

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

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

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

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