#152C38

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

Shades of Tangaroa #152C38

Tints of Tangaroa #152C38

Color information

#152C38 (or 0x152C38) is unknown color: approx Tangaroa. HEX triplet: 15, 2C and 38. RGB value is (21,44,56). Sum of RGB (Red+Green+Blue) = 21+44+56=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #152C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C38 is #EAD3C7. Grayscale: #262626. Windows color (decimal): -15389640 or 3681301. OLE color: 3681301.

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

Color convert

RGB214456-
CMYK0.630.2100.78
HSL200.57º45.45%15.1%-
HSV(B)200.57º62.5%21.96%-
XYZ1.922.254.07-
YUV38.49137.88115.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=17.36%
G=36.36%
B=46.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2144560.630.2100.78200.5745.4515.1
Hex152C383F1504Ec92df
Octal255470772501163115517
Binary101011011001110001111111010101001110110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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