#265648

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

Shades of Evening Sea #265648

Tints of Evening Sea #265648

Color information

#265648 (or 0x265648) is unknown color: approx Evening Sea. HEX triplet: 26, 56 and 48. RGB value is (38,86,72). Sum of RGB (Red+Green+Blue) = 38+86+72=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #265648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265648 is #D9A9B7. Grayscale: #464646. Windows color (decimal): -14264760 or 4740646. OLE color: 4740646.

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

Color convert

RGB388672-
CMYK0.5600.160.66
HSL162.5º38.71%24.31%-
HSV(B)162.5º55.81%33.73%-
XYZ5.37.547.31-
YUV70.05129.1105.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=19.39%
G=43.88%
B=36.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3886720.5600.160.66162.538.7124.31
Hex2656483801042a22718
Octal46126110700201022424730
Binary1001101010110100100011100001000010000101010001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265648; }

 p { color: rgb(38,86,72); }

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

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

 a { background-color: rgb(38,86,72); }

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

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

 span { border-color: rgb(38,86,72); }

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