#152B38

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

Shades of Tangaroa #152B38

Tints of Tangaroa #152B38

Color information

#152B38 (or 0x152B38) is unknown color: approx Tangaroa. HEX triplet: 15, 2B and 38. RGB value is (21,43,56). Sum of RGB (Red+Green+Blue) = 21+43+56=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #152B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B38 is #EAD4C7. Grayscale: #252525. Windows color (decimal): -15389896 or 3681045. OLE color: 3681045.

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

Color convert

RGB214356-
CMYK0.630.2300.78
HSL202.29º45.45%15.1%-
HSV(B)202.29º62.5%21.96%-
XYZ1.892.174.06-
YUV37.9138.21115.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 43 (17.19% from 255) = 35.83%
BLUE value IS 56 (22.27% from 255) = 46.67%
R=17.5%
G=35.83%
B=46.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2143560.630.2300.78202.2945.4515.1
Hex152B383F1704Eca2df
Octal255370772701163125517
Binary101011010111110001111111011101001110110010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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