#052238

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

Shades of Tangaroa #052238

Tints of Tangaroa #052238

Color information

#052238 (or 0x052238) is unknown color: approx Tangaroa. HEX triplet: 05, 22 and 38. RGB value is (5,34,56). Sum of RGB (Red+Green+Blue) = 5+34+56=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #052238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052238 is #FADDC7. Grayscale: #1B1B1B. Windows color (decimal): -16440776 or 3678725. OLE color: 3678725.

HSL color Cylindrical-coordinate representation of color #052238: hue angle of 205.88º 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 #052238 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53456-
CMYK0.910.3900.78
HSL205.88º83.61%11.96%-
HSV(B)205.88º91.07%21.96%-
XYZ1.351.463.95-
YUV27.84143.89111.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=5.26%
G=35.79%
B=58.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal534560.910.3900.78205.8883.6111.96
Hex522385B2704Ece54c
Octal5427013347011631612414
Binary1011000101110001011011100111010011101100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052238; }

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

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

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

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

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

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

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

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