#152C37

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

Shades of Tangaroa #152C37

Tints of Tangaroa #152C37

Color information

#152C37 (or 0x152C37) is unknown color: approx Tangaroa. HEX triplet: 15, 2C and 37. RGB value is (21,44,55). Sum of RGB (Red+Green+Blue) = 21+44+55=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #152C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C37 is #EAD3C8. Grayscale: #262626. Windows color (decimal): -15389641 or 3615765. OLE color: 3615765.

HSL color Cylindrical-coordinate representation of color #152C37: hue angle of 199.41º 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 #152C37 is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB214455-
CMYK0.620.200.78
HSL199.41º44.74%14.9%-
HSV(B)199.41º61.82%21.57%-
XYZ1.92.243.95-
YUV38.38137.38115.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 55 (21.88% from 255) = 45.83%
R=17.5%
G=36.67%
B=45.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2144550.620.200.78199.4144.7414.9
Hex152C373E1404Ec72df
Octal255467762401163075517
Binary101011011001101111111101010001001110110001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152C37; }

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

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

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

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

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

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

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

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