#152737

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

Shades of Tangaroa #152737

Tints of Tangaroa #152737

Color information

#152737 (or 0x152737) is unknown color: approx Tangaroa. HEX triplet: 15, 27 and 37. RGB value is (21,39,55). Sum of RGB (Red+Green+Blue) = 21+39+55=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #152737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152737 is #EAD8C8. Grayscale: #232323. Windows color (decimal): -15390921 or 3614485. OLE color: 3614485.

HSL color Cylindrical-coordinate representation of color #152737: hue angle of 208.24º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152737 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB213955-
CMYK0.620.2900.78
HSL208.24º44.74%14.9%-
HSV(B)208.24º61.82%21.57%-
XYZ1.721.893.89-
YUV35.44139.04117.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 55 (21.88% from 255) = 47.83%
R=18.26%
G=33.91%
B=47.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2139550.620.2900.78208.2444.7414.9
Hex1527373E1D04Ed02df
Octal254767763501163205517
Binary101011001111101111111101110101001110110100001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152737; }

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

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

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

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

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

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

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

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