#152334

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

Shades of Tangaroa #152334

Tints of Tangaroa #152334

Color information

#152334 (or 0x152334) is unknown color: approx Tangaroa. HEX triplet: 15, 23 and 34. RGB value is (21,35,52). Sum of RGB (Red+Green+Blue) = 21+35+52=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #152334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152334 is #EADCCB. Grayscale: #202020. Windows color (decimal): -15391948 or 3416853. OLE color: 3416853.

HSL color Cylindrical-coordinate representation of color #152334: hue angle of 212.9º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152334 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB213552-
CMYK0.600.3300.80
HSL212.9º42.47%14.31%-
HSV(B)212.9º59.62%20.39%-
XYZ1.531.613.48-
YUV32.75138.86119.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=19.44%
G=32.41%
B=48.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2135520.600.3300.80212.942.4714.31
Hex1523343C21050d52ae
Octal254364744101203255216
Binary1010110001111010011110010000101010000110101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152334; }

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

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

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

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

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

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

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

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