#152233

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

Shades of Tangaroa #152233

Tints of Tangaroa #152233

Color information

#152233 (or 0x152233) is unknown color: approx Tangaroa. HEX triplet: 15, 22 and 33. RGB value is (21,34,51). Sum of RGB (Red+Green+Blue) = 21+34+51=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #152233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152233 is #EADDCC. Grayscale: #1F1F1F. Windows color (decimal): -15392205 or 3351061. OLE color: 3351061.

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

Color convert

RGB213451-
CMYK0.590.3300.8
HSL214º41.67%14.12%-
HSV(B)214º58.82%20%-
XYZ1.481.543.35-
YUV32.05138.69120.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=19.81%
G=32.08%
B=48.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2134510.590.3300.821441.6714.12
Hex1522333B21050d62ae
Octal254263734101203265216
Binary1010110001011001111101110000101010000110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152233; }

 p { color: rgb(21,34,51); }

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

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

 a { background-color: rgb(21,34,51); }

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

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

 span { border-color: rgb(21,34,51); }

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