#152636

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

Shades of Tangaroa #152636

Tints of Tangaroa #152636

Color information

#152636 (or 0x152636) is unknown color: approx Tangaroa. HEX triplet: 15, 26 and 36. RGB value is (21,38,54). Sum of RGB (Red+Green+Blue) = 21+38+54=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #152636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152636 is #EAD9C9. Grayscale: #222222. Windows color (decimal): -15391178 or 3548693. OLE color: 3548693.

HSL color Cylindrical-coordinate representation of color #152636: hue angle of 209.09º 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 #152636 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB213854-
CMYK0.610.3000.79
HSL209.09º44%14.71%-
HSV(B)209.09º61.11%21.18%-
XYZ1.671.813.75-
YUV34.74138.87118.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=18.58%
G=33.63%
B=47.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2138540.610.3000.79209.094414.71
Hex1526363D1E04Fd12cf
Octal254666753601173215417
Binary101011001101101101111011111001001111110100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152636; }

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

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

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

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

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

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

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

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