#152538

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

Shades of Tangaroa #152538

Tints of Tangaroa #152538

Color information

#152538 (or 0x152538) is unknown color: approx Tangaroa. HEX triplet: 15, 25 and 38. RGB value is (21,37,56). Sum of RGB (Red+Green+Blue) = 21+37+56=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #152538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152538 is #EADAC7. Grayscale: #222222. Windows color (decimal): -15391432 or 3679509. OLE color: 3679509.

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

Color convert

RGB213756-
CMYK0.630.3400.78
HSL212.57º45.45%15.1%-
HSV(B)212.57º62.5%21.96%-
XYZ1.681.773.99-
YUV34.38140.2118.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 56 (22.27% from 255) = 49.12%
R=18.42%
G=32.46%
B=49.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2137560.630.3400.78212.5745.4515.1
Hex1525383F2204Ed52df
Octal254570774201163255517
Binary1010110010111100011111110001001001110110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152538; }

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

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

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

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

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

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

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

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