#002F84

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

Shades of Smalt #002F84

Tints of Smalt #002F84

Color information

#002F84 (or 0x002F84) is unknown color: approx Smalt. HEX triplet: 00, 2F and 84. RGB value is (0,47,132). Sum of RGB (Red+Green+Blue) = 0+47+132=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #002F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F84 is #FFD07B. Grayscale: #2A2A2A. Windows color (decimal): -16765052 or 8662784. OLE color: 8662784.

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

Color convert

RGB047132-
CMYK10.6400.48
HSL218.64º100%25.88%-
HSV(B)218.64º100%51.76%-
XYZ5.183.722.27-
YUV42.64178.4397.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 132 (51.95% from 255) = 73.74%
R=0%
G=26.26%
B=73.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal04713210.6400.48218.6410025.88
Hex02F846440030db641a
Octal05720414410006033314432
Binary01011111000010011001001000000011000011011011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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