#265845

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

Shades of Evening Sea #265845

Tints of Evening Sea #265845

Color information

#265845 (or 0x265845) is unknown color: approx Evening Sea. HEX triplet: 26, 58 and 45. RGB value is (38,88,69). Sum of RGB (Red+Green+Blue) = 38+88+69=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #265845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265845 is #D9A7BA. Grayscale: #464646. Windows color (decimal): -14264251 or 4544550. OLE color: 4544550.

HSL color Cylindrical-coordinate representation of color #265845: hue angle of 157.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265845 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB388869-
CMYK0.5700.220.65
HSL157.2º39.68%24.71%-
HSV(B)157.2º56.82%34.51%-
XYZ5.367.826.86-
YUV70.88126.94104.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=19.49%
G=45.13%
B=35.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3888690.5700.220.65157.239.6824.71
Hex26584539016419d2819
Octal46130105710261012355031
Binary1001101011000100010111100101011010000011001110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265845; }

 p { color: rgb(38,88,69); }

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

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

 a { background-color: rgb(38,88,69); }

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

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

 span { border-color: rgb(38,88,69); }

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