#152536

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

Shades of Tangaroa #152536

Tints of Tangaroa #152536

Color information

#152536 (or 0x152536) is unknown color: approx Tangaroa. HEX triplet: 15, 25 and 36. RGB value is (21,37,54). Sum of RGB (Red+Green+Blue) = 21+37+54=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #152536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152536 is #EADAC9. Grayscale: #222222. Windows color (decimal): -15391434 or 3548437. OLE color: 3548437.

HSL color Cylindrical-coordinate representation of color #152536: hue angle of 210.91º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #152536 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB213754-
CMYK0.610.3100.79
HSL210.91º44%14.71%-
HSV(B)210.91º61.11%21.18%-
XYZ1.641.753.74-
YUV34.15139.2118.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=18.75%
G=33.04%
B=48.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2137540.610.3100.79210.914414.71
Hex1525363D1F04Fd32cf
Octal254566753701173235417
Binary101011001011101101111011111101001111110100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152536; }

 p { color: rgb(21,37,54); }

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

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

 a { background-color: rgb(21,37,54); }

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

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

 span { border-color: rgb(21,37,54); }

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