#002997

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

Shades of Smalt #002997

Tints of Smalt #002997

Color information

#002997 (or 0x002997) is unknown color: approx Smalt. HEX triplet: 00, 29 and 97. RGB value is (0,41,151). Sum of RGB (Red+Green+Blue) = 0+41+151=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 151 (59.38% from 255 or 78.65% from 192); Max value from RGB is 151 - color contains mainly: blue. Hex color #002997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002997 is #FFD668. Grayscale: #282828. Windows color (decimal): -16766569 or 9906432. OLE color: 9906432.

HSL color Cylindrical-coordinate representation of color #002997: hue angle of 223.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002997 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB041151-
CMYK10.7300.41
HSL223.71º100%29.61%-
HSV(B)223.71º100%59.22%-
XYZ6.383.8229.68-
YUV41.28189.9298.56-

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) = 21.35%
BLUE value IS 151 (59.38% from 255) = 78.65%
R=0%
G=21.35%
B=78.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal04115110.7300.41223.7110029.61
Hex029976449029e0641e
Octal05122714411105134014436
Binary01010011001011111001001001001010100111100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002997; }

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

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

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

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

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

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

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

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