#052438

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

Shades of Tangaroa #052438

Tints of Tangaroa #052438

Color information

#052438 (or 0x052438) is unknown color: approx Tangaroa. HEX triplet: 05, 24 and 38. RGB value is (5,36,56). Sum of RGB (Red+Green+Blue) = 5+36+56=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #052438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052438 is #FADBC7. Grayscale: #1C1C1C. Windows color (decimal): -16440264 or 3679237. OLE color: 3679237.

HSL color Cylindrical-coordinate representation of color #052438: hue angle of 203.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052438 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53656-
CMYK0.910.3600.78
HSL203.53º83.61%11.96%-
HSV(B)203.53º91.07%21.96%-
XYZ1.411.583.97-
YUV29.01143.23110.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=5.15%
G=37.11%
B=57.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal536560.910.3600.78203.5383.6111.96
Hex524385B2404Ecc54c
Octal5447013344011631412414
Binary1011001001110001011011100100010011101100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052438; }

 p { color: rgb(5,36,56); }

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

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

 a { background-color: rgb(5,36,56); }

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

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

 span { border-color: rgb(5,36,56); }

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