#265A4A

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

Shades of Evening Sea #265A4A

Tints of Evening Sea #265A4A

Color information

#265A4A (or 0x265A4A) is unknown color: approx Evening Sea. HEX triplet: 26, 5A and 4A. RGB value is (38,90,74). Sum of RGB (Red+Green+Blue) = 38+90+74=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #265A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A4A is #D9A5B5. Grayscale: #484848. Windows color (decimal): -14263734 or 4872742. OLE color: 4872742.

HSL color Cylindrical-coordinate representation of color #265A4A: hue angle of 161.54º 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 #265A4A is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB389074-
CMYK0.5800.180.65
HSL161.54º40.62%25.1%-
HSV(B)161.54º57.78%35.29%-
XYZ5.698.227.76-
YUV72.63128.77103.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=18.81%
G=44.55%
B=36.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890740.5800.180.65161.5440.6225.1
Hex265A4A3A01241a22919
Octal46132112720221012425131
Binary1001101011010100101011101001001010000011010001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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