#052744

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

Shades of Tangaroa #052744

Tints of Tangaroa #052744

Color information

#052744 (or 0x052744) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 44. RGB value is (5,39,68). Sum of RGB (Red+Green+Blue) = 5+39+68=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #052744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052744 is #FAD8BB. Grayscale: #1F1F1F. Windows color (decimal): -16439484 or 4466437. OLE color: 4466437.

HSL color Cylindrical-coordinate representation of color #052744: hue angle of 207.62º 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 #052744 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53968-
CMYK0.930.4300.73
HSL207.62º86.3%14.31%-
HSV(B)207.62º92.65%26.67%-
XYZ1.831.95.74-
YUV32.14148.24108.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 68 (26.95% from 255) = 60.71%
R=4.46%
G=34.82%
B=60.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal539680.930.4300.73207.6286.314.31
Hex527445D2B049d056e
Octal54710413553011132012616
Binary10110011110001001011101101011010010011101000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052744; }

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

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

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

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

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

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

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

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