#003282

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

Shades of Smalt #003282

Tints of Smalt #003282

Color information

#003282 (or 0x003282) is unknown color: approx Smalt. HEX triplet: 00, 32 and 82. RGB value is (0,50,130). Sum of RGB (Red+Green+Blue) = 0+50+130=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #003282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003282 is #FFCD7D. Grayscale: #2B2B2B. Windows color (decimal): -16764286 or 8532480. OLE color: 8532480.

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

Color convert

RGB050130-
CMYK10.6200.49
HSL216.92º100%25.49%-
HSV(B)216.92º100%50.98%-
XYZ5.173.8921.6-
YUV44.17176.4496.5-

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.78%
BLUE value IS 130 (51.17% from 255) = 72.22%
R=0%
G=27.78%
B=72.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal05013010.6200.49216.9210025.49
Hex03282643E031d96419
Octal0622021447606133114431
Binary0110010100000101100100111110011000111011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003282; }

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

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

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

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

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

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

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

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