#052240

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

Shades of Tangaroa #052240

Tints of Tangaroa #052240

Color information

#052240 (or 0x052240) is unknown color: approx Tangaroa. HEX triplet: 05, 22 and 40. RGB value is (5,34,64). Sum of RGB (Red+Green+Blue) = 5+34+64=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #052240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052240 is #FADDBF. Grayscale: #1C1C1C. Windows color (decimal): -16440768 or 4203013. OLE color: 4203013.

HSL color Cylindrical-coordinate representation of color #052240: hue angle of 210.51º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052240 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53464-
CMYK0.920.4700.75
HSL210.51º85.51%13.53%-
HSV(B)210.51º92.19%25.1%-
XYZ1.561.555.07-
YUV28.75147.89111.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=4.85%
G=33.01%
B=62.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal534640.920.4700.75210.5185.5113.53
Hex522405C2F04Bd356e
Octal54210013457011332312616
Binary10110001010000001011100101111010010111101001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052240; }

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

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

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

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

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

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

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

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