#152A38

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

Shades of Tangaroa #152A38

Tints of Tangaroa #152A38

Color information

#152A38 (or 0x152A38) is unknown color: approx Tangaroa. HEX triplet: 15, 2A and 38. RGB value is (21,42,56). Sum of RGB (Red+Green+Blue) = 21+42+56=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #152A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A38 is #EAD5C7. Grayscale: #252525. Windows color (decimal): -15390152 or 3680789. OLE color: 3680789.

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

Color convert

RGB214256-
CMYK0.630.2500.78
HSL204º45.45%15.1%-
HSV(B)204º62.5%21.96%-
XYZ1.852.14.05-
YUV37.32138.54116.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=17.65%
G=35.29%
B=47.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2142560.630.2500.7820445.4515.1
Hex152A383F1904Ecc2df
Octal255270773101163145517
Binary101011010101110001111111100101001110110011001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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