#265B4F

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

Shades of Evening Sea #265B4F

Tints of Evening Sea #265B4F

Color information

#265B4F (or 0x265B4F) is unknown color: approx Evening Sea. HEX triplet: 26, 5B and 4F. RGB value is (38,91,79). Sum of RGB (Red+Green+Blue) = 38+91+79=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #265B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B4F is #D9A4B0. Grayscale: #494949. Windows color (decimal): -14263473 or 5200678. OLE color: 5200678.

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

Color convert

RGB389179-
CMYK0.5800.130.64
HSL166.42º41.09%25.29%-
HSV(B)166.42º58.24%35.69%-
XYZ5.958.468.72-
YUV73.78130.94102.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=18.27%
G=43.75%
B=37.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3891790.5800.130.64166.4241.0925.29
Hex265B4F3A0D40a62919
Octal46133117720151002465131
Binary100110101101110011111110100110110000001010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,91,79); }

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

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

 a { background-color: rgb(38,91,79); }

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

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

 span { border-color: rgb(38,91,79); }

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