#152838

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

Shades of Tangaroa #152838

Tints of Tangaroa #152838

Color information

#152838 (or 0x152838) is unknown color: approx Tangaroa. HEX triplet: 15, 28 and 38. RGB value is (21,40,56). Sum of RGB (Red+Green+Blue) = 21+40+56=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #152838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152838 is #EAD7C7. Grayscale: #242424. Windows color (decimal): -15390664 or 3680277. OLE color: 3680277.

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

Color convert

RGB214056-
CMYK0.630.2900.78
HSL207.43º45.45%15.1%-
HSV(B)207.43º62.5%21.96%-
XYZ1.781.964.03-
YUV36.14139.21117.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 56 (22.27% from 255) = 47.86%
R=17.95%
G=34.19%
B=47.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2140560.630.2900.78207.4345.4515.1
Hex1528383F1D04Ecf2df
Octal255070773501163175517
Binary101011010001110001111111110101001110110011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152838; }

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

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

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

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

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

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

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

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