#152738

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

Shades of Tangaroa #152738

Tints of Tangaroa #152738

Color information

#152738 (or 0x152738) is unknown color: approx Tangaroa. HEX triplet: 15, 27 and 38. RGB value is (21,39,56). Sum of RGB (Red+Green+Blue) = 21+39+56=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #152738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152738 is #EAD8C7. Grayscale: #232323. Windows color (decimal): -15390920 or 3680021. OLE color: 3680021.

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

Color convert

RGB213956-
CMYK0.630.3000.78
HSL209.14º45.45%15.1%-
HSV(B)209.14º62.5%21.96%-
XYZ1.751.94.02-
YUV35.56139.54117.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=18.10%
G=33.62%
B=48.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2139560.630.3000.78209.1445.4515.1
Hex1527383F1E04Ed12df
Octal254770773601163215517
Binary101011001111110001111111111001001110110100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152738; }

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

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

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

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

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

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

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

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