#003387

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

Shades of Smalt #003387

Tints of Smalt #003387

Color information

#003387 (or 0x003387) is unknown color: approx Smalt. HEX triplet: 00, 33 and 87. RGB value is (0,51,135). Sum of RGB (Red+Green+Blue) = 0+51+135=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #003387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003387 is #FFCC78. Grayscale: #2C2C2C. Windows color (decimal): -16764025 or 8860416. OLE color: 8860416.

HSL color Cylindrical-coordinate representation of color #003387: hue angle of 217.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003387 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB051135-
CMYK10.6200.47
HSL217.33º100%26.47%-
HSV(B)217.33º100%52.94%-
XYZ5.564.1223.42-
YUV45.33178.695.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 135 (53.12% from 255) = 72.58%
R=0%
G=27.42%
B=72.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal05113510.6200.47217.3310026.47
Hex03387643E02Fd9641a
Octal0632071447605733114432
Binary0110011100001111100100111110010111111011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003387; }

 p { color: rgb(0,51,135); }

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

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

 a { background-color: rgb(0,51,135); }

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

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

 span { border-color: rgb(0,51,135); }

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