#23323C

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

Shades of Tangaroa #23323C

Tints of Tangaroa #23323C

Color information

#23323C (or 0x23323C) is unknown color: approx Tangaroa. HEX triplet: 23, 32 and 3C. RGB value is (35,50,60). Sum of RGB (Red+Green+Blue) = 35+50+60=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #23323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23323C is #DCCDC3. Grayscale: #2E2E2E. Windows color (decimal): -14470596 or 3944995. OLE color: 3944995.

HSL color Cylindrical-coordinate representation of color #23323C: hue angle of 204º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23323C is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB355060-
CMYK0.420.1700.76
HSL204º26.32%18.63%-
HSV(B)204º41.67%23.53%-
XYZ2.652.964.71-
YUV46.66135.53119.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=24.14%
G=34.48%
B=41.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3550600.420.1700.7620426.3218.63
Hex23323C2A1104Ccc1a13
Octal436274522101143143223
Binary1000111100101111001010101000101001100110011001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23323C; }

 p { color: rgb(35,50,60); }

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

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

 a { background-color: rgb(35,50,60); }

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

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

 span { border-color: rgb(35,50,60); }

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