#152638

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

Shades of Tangaroa #152638

Tints of Tangaroa #152638

Color information

#152638 (or 0x152638) is unknown color: approx Tangaroa. HEX triplet: 15, 26 and 38. RGB value is (21,38,56). Sum of RGB (Red+Green+Blue) = 21+38+56=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #152638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152638 is #EAD9C7. Grayscale: #222222. Windows color (decimal): -15391176 or 3679765. OLE color: 3679765.

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

Color convert

RGB213856-
CMYK0.630.3200.78
HSL210.86º45.45%15.1%-
HSV(B)210.86º62.5%21.96%-
XYZ1.721.834-
YUV34.97139.87118.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=18.26%
G=33.04%
B=48.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2138560.630.3200.78210.8645.4515.1
Hex1526383F2004Ed32df
Octal254670774001163235517
Binary1010110011011100011111110000001001110110100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152638; }

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

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

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

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

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

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

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

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