#052944

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

Shades of Tangaroa #052944

Tints of Tangaroa #052944

Color information

#052944 (or 0x052944) is unknown color: approx Tangaroa. HEX triplet: 05, 29 and 44. RGB value is (5,41,68). Sum of RGB (Red+Green+Blue) = 5+41+68=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #052944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052944 is #FAD6BB. Grayscale: #212121. Windows color (decimal): -16438972 or 4466949. OLE color: 4466949.

HSL color Cylindrical-coordinate representation of color #052944: hue angle of 205.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052944 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54168-
CMYK0.930.4000.73
HSL205.71º86.3%14.31%-
HSV(B)205.71º92.65%26.67%-
XYZ1.92.045.76-
YUV33.31147.57107.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 68 (26.95% from 255) = 59.65%
R=4.39%
G=35.96%
B=59.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal541680.930.4000.73205.7186.314.31
Hex529445D28049ce56e
Octal55110413550011131612616
Binary10110100110001001011101101000010010011100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052944; }

 p { color: rgb(5,41,68); }

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

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

 a { background-color: rgb(5,41,68); }

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

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

 span { border-color: rgb(5,41,68); }

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