#052348

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

Shades of Tangaroa #052348

Tints of Tangaroa #052348

Color information

#052348 (or 0x052348) is unknown color: approx Tangaroa. HEX triplet: 05, 23 and 48. RGB value is (5,35,72). Sum of RGB (Red+Green+Blue) = 5+35+72=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #052348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052348 is #FADCB7. Grayscale: #1E1E1E. Windows color (decimal): -16440504 or 4727557. OLE color: 4727557.

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

Color convert

RGB53572-
CMYK0.930.5100.72
HSL213.13º87.01%15.1%-
HSV(B)213.13º93.06%28.24%-
XYZ1.831.76.36-
YUV30.25151.56109.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=4.46%
G=31.25%
B=64.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal535720.930.5100.72213.1387.0115.1
Hex523485D33048d557f
Octal54311013563011032512717
Binary10110001110010001011101110011010010001101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052348; }

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

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

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

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

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

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

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

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