#265A4B

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

Shades of Evening Sea #265A4B

Tints of Evening Sea #265A4B

Color information

#265A4B (or 0x265A4B) is unknown color: approx Evening Sea. HEX triplet: 26, 5A and 4B. RGB value is (38,90,75). Sum of RGB (Red+Green+Blue) = 38+90+75=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #265A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A4B is #D9A5B4. Grayscale: #484848. Windows color (decimal): -14263733 or 4938278. OLE color: 4938278.

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

Color convert

RGB389075-
CMYK0.5800.170.65
HSL162.69º40.62%25.1%-
HSV(B)162.69º57.78%35.29%-
XYZ5.738.237.94-
YUV72.74129.27103.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=18.72%
G=44.33%
B=36.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890750.5800.170.65162.6940.6225.1
Hex265A4B3A01141a32919
Octal46132113720211012435131
Binary1001101011010100101111101001000110000011010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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