#052346

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

Shades of Tangaroa #052346

Tints of Tangaroa #052346

Color information

#052346 (or 0x052346) is unknown color: approx Tangaroa. HEX triplet: 05, 23 and 46. RGB value is (5,35,70). Sum of RGB (Red+Green+Blue) = 5+35+70=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #052346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052346 is #FADCB9. Grayscale: #1D1D1D. Windows color (decimal): -16440506 or 4596485. OLE color: 4596485.

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

Color convert

RGB53570-
CMYK0.930.500.73
HSL212.31º86.67%14.71%-
HSV(B)212.31º92.86%27.45%-
XYZ1.771.686.02-
YUV30.02150.56110.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 70 (27.73% from 255) = 63.64%
R=4.55%
G=31.82%
B=63.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal535700.930.500.73212.3186.6714.71
Hex523465D32049d457f
Octal54310613562011132412717
Binary10110001110001101011101110010010010011101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052346; }

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

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

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

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

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

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

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

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