#002984

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

Shades of Smalt #002984

Tints of Smalt #002984

Color information

#002984 (or 0x002984) is unknown color: approx Smalt. HEX triplet: 00, 29 and 84. RGB value is (0,41,132). Sum of RGB (Red+Green+Blue) = 0+41+132=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #002984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002984 is #FFD67B. Grayscale: #262626. Windows color (decimal): -16766588 or 8661248. OLE color: 8661248.

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

Color convert

RGB041132-
CMYK10.6900.48
HSL221.36º100%25.88%-
HSV(B)221.36º100%51.76%-
XYZ4.963.2522.2-
YUV39.12180.42100.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 132 (51.95% from 255) = 76.30%
R=0%
G=23.70%
B=76.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal04113210.6900.48221.3610025.88
Hex029846445030dd641a
Octal05120414410506033514432
Binary01010011000010011001001000101011000011011101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002984; }

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

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

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

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

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

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

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

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