#002D84

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

Shades of Smalt #002D84

Tints of Smalt #002D84

Color information

#002D84 (or 0x002D84) is unknown color: approx Smalt. HEX triplet: 00, 2D and 84. RGB value is (0,45,132). Sum of RGB (Red+Green+Blue) = 0+45+132=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #002D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D84 is #FFD27B. Grayscale: #292929. Windows color (decimal): -16765564 or 8662272. OLE color: 8662272.

HSL color Cylindrical-coordinate representation of color #002D84: hue angle of 219.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D84 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB045132-
CMYK10.6600.48
HSL219.55º100%25.88%-
HSV(B)219.55º100%51.76%-
XYZ5.13.5422.24-
YUV41.46179.0998.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 25.42%
BLUE value IS 132 (51.95% from 255) = 74.58%
R=0%
G=25.42%
B=74.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal04513210.6600.48219.5510025.88
Hex02D846442030dc641a
Octal05520414410206033414432
Binary01011011000010011001001000010011000011011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002D84; }

 p { color: rgb(0,45,132); }

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

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

 a { background-color: rgb(0,45,132); }

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

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

 span { border-color: rgb(0,45,132); }

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