#152B3A

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

Shades of Tangaroa #152B3A

Tints of Tangaroa #152B3A

Color information

#152B3A (or 0x152B3A) is unknown color: approx Tangaroa. HEX triplet: 15, 2B and 3A. RGB value is (21,43,58). Sum of RGB (Red+Green+Blue) = 21+43+58=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #152B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B3A is #EAD4C5. Grayscale: #262626. Windows color (decimal): -15389894 or 3812117. OLE color: 3812117.

HSL color Cylindrical-coordinate representation of color #152B3A: hue angle of 204.32º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #152B3A is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB214358-
CMYK0.640.2600.77
HSL204.32º46.84%15.49%-
HSV(B)204.32º63.79%22.75%-
XYZ1.942.194.32-
YUV38.13139.21115.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 58 (23.05% from 255) = 47.54%
R=17.21%
G=35.25%
B=47.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2143580.640.2600.77204.3246.8415.49
Hex152B3A401A04Dcc2ff
Octal2553721003201153145717
Binary1010110101111101010000001101001001101110011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152B3A; }

 p { color: rgb(21,43,58); }

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

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

 a { background-color: rgb(21,43,58); }

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

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

 span { border-color: rgb(21,43,58); }

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