#152435

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

Shades of Tangaroa #152435

Tints of Tangaroa #152435

Color information

#152435 (or 0x152435) is unknown color: approx Tangaroa. HEX triplet: 15, 24 and 35. RGB value is (21,36,53). Sum of RGB (Red+Green+Blue) = 21+36+53=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #152435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152435 is #EADBCA. Grayscale: #212121. Windows color (decimal): -15391691 or 3482645. OLE color: 3482645.

HSL color Cylindrical-coordinate representation of color #152435: hue angle of 211.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152435 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB213653-
CMYK0.600.3200.79
HSL211.88º43.24%14.51%-
HSV(B)211.88º60.38%20.78%-
XYZ1.581.683.61-
YUV33.45139.03119.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=19.09%
G=32.73%
B=48.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2136530.600.3200.79211.8843.2414.51
Hex1524353C2004Fd42bf
Octal254465744001173245317
Binary1010110010011010111110010000001001111110101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152435; }

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

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

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

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

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

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

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

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