#003287

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

Shades of Smalt #003287

Tints of Smalt #003287

Color information

#003287 (or 0x003287) is unknown color: approx Smalt. HEX triplet: 00, 32 and 87. RGB value is (0,50,135). Sum of RGB (Red+Green+Blue) = 0+50+135=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 135 (53.12% from 255 or 72.97% from 185); Max value from RGB is 135 - color contains mainly: blue. Hex color #003287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003287 is #FFCD78. Grayscale: #2C2C2C. Windows color (decimal): -16764281 or 8860160. OLE color: 8860160.

HSL color Cylindrical-coordinate representation of color #003287: hue angle of 217.78º 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 #003287 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB050135-
CMYK10.6300.47
HSL217.78º100%26.47%-
HSV(B)217.78º100%52.94%-
XYZ5.514.0323.41-
YUV44.74178.9496.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 135 (53.12% from 255) = 72.97%
R=0%
G=27.03%
B=72.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal05013510.6300.47217.7810026.47
Hex03287643F02Fda641a
Octal0622071447705733214432
Binary0110010100001111100100111111010111111011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003287; }

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

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

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

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

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

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

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

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