#233039

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

Shades of Tangaroa #233039

Tints of Tangaroa #233039

Color information

#233039 (or 0x233039) is unknown color: approx Tangaroa. HEX triplet: 23, 30 and 39. RGB value is (35,48,57). Sum of RGB (Red+Green+Blue) = 35+48+57=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #233039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233039 is #DCCFC6. Grayscale: #2D2D2D. Windows color (decimal): -14471111 or 3747875. OLE color: 3747875.

HSL color Cylindrical-coordinate representation of color #233039: hue angle of 204.55º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233039 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB354857-
CMYK0.390.1600.78
HSL204.55º23.91%18.04%-
HSV(B)204.55º38.6%22.35%-
XYZ2.492.774.27-
YUV45.14134.69120.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=25%
G=34.29%
B=40.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3548570.390.1600.78204.5523.9118.04
Hex233039271004Ecd1812
Octal436071472001163153022
Binary1000111100001110011001111000001001110110011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233039; }

 p { color: rgb(35,48,57); }

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

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

 a { background-color: rgb(35,48,57); }

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

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

 span { border-color: rgb(35,48,57); }

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