#152235

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

Shades of Tangaroa #152235

Tints of Tangaroa #152235

Color information

#152235 (or 0x152235) is unknown color: approx Tangaroa. HEX triplet: 15, 22 and 35. RGB value is (21,34,53). Sum of RGB (Red+Green+Blue) = 21+34+53=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #152235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152235 is #EADDCA. Grayscale: #202020. Windows color (decimal): -15392203 or 3482133. OLE color: 3482133.

HSL color Cylindrical-coordinate representation of color #152235: hue angle of 215.62º 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 #152235 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB213453-
CMYK0.600.3600.79
HSL215.62º43.24%14.51%-
HSV(B)215.62º60.38%20.78%-
XYZ1.521.563.59-
YUV32.28139.69119.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=19.44%
G=31.48%
B=49.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2134530.600.3600.79215.6243.2414.51
Hex1522353C2404Fd82bf
Octal254265744401173305317
Binary1010110001011010111110010010001001111110110001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152235; }

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

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

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

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

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

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

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

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