#052344

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

Shades of Tangaroa #052344

Tints of Tangaroa #052344

Color information

#052344 (or 0x052344) is unknown color: approx Tangaroa. HEX triplet: 05, 23 and 44. RGB value is (5,35,68). Sum of RGB (Red+Green+Blue) = 5+35+68=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #052344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052344 is #FADCBB. Grayscale: #1D1D1D. Windows color (decimal): -16440508 or 4465413. OLE color: 4465413.

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

Color convert

RGB53568-
CMYK0.930.4900.73
HSL211.43º86.3%14.31%-
HSV(B)211.43º92.65%26.67%-
XYZ1.711.655.7-
YUV29.79149.56110.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 68 (26.95% from 255) = 62.96%
R=4.63%
G=32.41%
B=62.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal535680.930.4900.73211.4386.314.31
Hex523445D31049d356e
Octal54310413561011132312616
Binary10110001110001001011101110001010010011101001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052344; }

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

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

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

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

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

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

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

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