#263139

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

Shades of Tangaroa #263139

Tints of Tangaroa #263139

Color information

#263139 (or 0x263139) is unknown color: approx Tangaroa. HEX triplet: 26, 31 and 39. RGB value is (38,49,57). Sum of RGB (Red+Green+Blue) = 38+49+57=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #263139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263139 is #D9CEC6. Grayscale: #2E2E2E. Windows color (decimal): -14274247 or 3748134. OLE color: 3748134.

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

Color convert

RGB384957-
CMYK0.330.1400.78
HSL205.26º20%18.63%-
HSV(B)205.26º33.33%22.35%-
XYZ2.642.94.29-
YUV46.62133.86121.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.39%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=26.39%
G=34.03%
B=39.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3849570.330.1400.78205.262018.63
Hex26313921E04Ecd1413
Octal466171411601163152423
Binary100110110001111001100001111001001110110011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263139; }

 p { color: rgb(38,49,57); }

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

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

 a { background-color: rgb(38,49,57); }

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

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

 span { border-color: rgb(38,49,57); }

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