#152338

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

Shades of Tangaroa #152338

Tints of Tangaroa #152338

Color information

#152338 (or 0x152338) is unknown color: approx Tangaroa. HEX triplet: 15, 23 and 38. RGB value is (21,35,56). Sum of RGB (Red+Green+Blue) = 21+35+56=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #152338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152338 is #EADCC7. Grayscale: #212121. Windows color (decimal): -15391944 or 3678997. OLE color: 3678997.

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

Color convert

RGB213556-
CMYK0.630.3700.78
HSL216º45.45%15.1%-
HSV(B)216º62.5%21.96%-
XYZ1.621.653.97-
YUV33.21140.86119.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 56 (22.27% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2135560.630.3700.7821645.4515.1
Hex1523383F2504Ed82df
Octal254370774501163305517
Binary1010110001111100011111110010101001110110110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152338; }

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

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

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

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

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

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

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

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