#052A3C

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

Shades of Tangaroa #052A3C

Tints of Tangaroa #052A3C

Color information

#052A3C (or 0x052A3C) is unknown color: approx Tangaroa. HEX triplet: 05, 2A and 3C. RGB value is (5,42,60). Sum of RGB (Red+Green+Blue) = 5+42+60=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #052A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A3C is #FAD5C3. Grayscale: #202020. Windows color (decimal): -16438724 or 3942917. OLE color: 3942917.

HSL color Cylindrical-coordinate representation of color #052A3C: hue angle of 199.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052A3C is Cyan = 0.92, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB54260-
CMYK0.920.300.76
HSL199.64º84.62%12.75%-
HSV(B)199.64º91.67%23.53%-
XYZ1.712.014.57-
YUV32.99143.24108.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 42 (16.80% from 255) = 39.25%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=4.67%
G=39.25%
B=56.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal542600.920.300.76199.6484.6212.75
Hex52A3C5C1E04Cc855d
Octal5527413436011431012515
Binary101101010111100101110011110010011001100100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A3C; }

 p { color: rgb(5,42,60); }

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

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

 a { background-color: rgb(5,42,60); }

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

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

 span { border-color: rgb(5,42,60); }

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