#152434

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

Shades of Tangaroa #152434

Tints of Tangaroa #152434

Color information

#152434 (or 0x152434) is unknown color: approx Tangaroa. HEX triplet: 15, 24 and 34. RGB value is (21,36,52). Sum of RGB (Red+Green+Blue) = 21+36+52=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #152434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152434 is #EADBCB. Grayscale: #212121. Windows color (decimal): -15391692 or 3417109. OLE color: 3417109.

HSL color Cylindrical-coordinate representation of color #152434: hue angle of 210.97º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152434 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB213652-
CMYK0.600.3100.80
HSL210.97º42.47%14.31%-
HSV(B)210.97º59.62%20.39%-
XYZ1.561.673.49-
YUV33.34138.53119.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=19.27%
G=33.03%
B=47.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2136520.600.3100.80210.9742.4714.31
Hex1524343C1F050d32ae
Octal254464743701203235216
Binary101011001001101001111001111101010000110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152434; }

 p { color: rgb(21,36,52); }

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

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

 a { background-color: rgb(21,36,52); }

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

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

 span { border-color: rgb(21,36,52); }

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