#052746

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

Shades of Tangaroa #052746

Tints of Tangaroa #052746

Color information

#052746 (or 0x052746) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 46. RGB value is (5,39,70). Sum of RGB (Red+Green+Blue) = 5+39+70=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #052746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052746 is #FAD8B9. Grayscale: #202020. Windows color (decimal): -16439482 or 4597509. OLE color: 4597509.

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

Color convert

RGB53970-
CMYK0.930.4400.73
HSL208.62º86.67%14.71%-
HSV(B)208.62º92.86%27.45%-
XYZ1.891.936.07-
YUV32.37149.24108.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 70 (27.73% from 255) = 61.40%
R=4.39%
G=34.21%
B=61.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal539700.930.4400.73208.6286.6714.71
Hex527465D2C049d157f
Octal54710613554011132112717
Binary10110011110001101011101101100010010011101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052746; }

 p { color: rgb(5,39,70); }

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

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

 a { background-color: rgb(5,39,70); }

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

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

 span { border-color: rgb(5,39,70); }

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