#152736

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

Shades of Tangaroa #152736

Tints of Tangaroa #152736

Color information

#152736 (or 0x152736) is unknown color: approx Tangaroa. HEX triplet: 15, 27 and 36. RGB value is (21,39,54). Sum of RGB (Red+Green+Blue) = 21+39+54=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 54 - color contains mainly: blue. Hex color #152736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152736 is #EAD8C9. Grayscale: #232323. Windows color (decimal): -15390922 or 3548949. OLE color: 3548949.

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

Color convert

RGB213954-
CMYK0.610.2800.79
HSL207.27º44%14.71%-
HSV(B)207.27º61.11%21.18%-
XYZ1.71.883.76-
YUV35.33138.54117.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 54 (21.48% from 255) = 47.37%
R=18.42%
G=34.21%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2139540.610.2800.79207.274414.71
Hex1527363D1C04Fcf2cf
Octal254766753401173175417
Binary101011001111101101111011110001001111110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152736; }

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

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

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

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

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

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

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

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