#265C4E

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

Shades of Evening Sea #265C4E

Tints of Evening Sea #265C4E

Color information

#265C4E (or 0x265C4E) is unknown color: approx Evening Sea. HEX triplet: 26, 5C and 4E. RGB value is (38,92,78). Sum of RGB (Red+Green+Blue) = 38+92+78=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #265C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C4E is #D9A3B1. Grayscale: #4A4A4A. Windows color (decimal): -14263218 or 5135398. OLE color: 5135398.

HSL color Cylindrical-coordinate representation of color #265C4E: hue angle of 164.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C4E is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB389278-
CMYK0.5900.150.64
HSL164.44º41.54%25.49%-
HSV(B)164.44º58.7%36.08%-
XYZ68.628.55-
YUV74.26130.11102.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=18.27%
G=44.23%
B=37.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892780.5900.150.64164.4441.5425.49
Hex265C4E3B0F40a42a19
Octal46134116730171002445231
Binary100110101110010011101110110111110000001010010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265C4E; }

 p { color: rgb(38,92,78); }

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

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

 a { background-color: rgb(38,92,78); }

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

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

 span { border-color: rgb(38,92,78); }

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