#265A4E

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

Shades of Evening Sea #265A4E

Tints of Evening Sea #265A4E

Color information

#265A4E (or 0x265A4E) is unknown color: approx Evening Sea. HEX triplet: 26, 5A and 4E. RGB value is (38,90,78). Sum of RGB (Red+Green+Blue) = 38+90+78=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #265A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A4E is #D9A5B1. Grayscale: #494949. Windows color (decimal): -14263730 or 5134886. OLE color: 5134886.

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

Color convert

RGB389078-
CMYK0.5800.130.65
HSL166.15º40.62%25.1%-
HSV(B)166.15º57.78%35.29%-
XYZ5.838.278.5-
YUV73.08130.77102.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=18.45%
G=43.69%
B=37.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890780.5800.130.65166.1540.6225.1
Hex265A4E3A0D41a62919
Octal46132116720151012465131
Binary100110101101010011101110100110110000011010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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