#265D4B

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

Shades of Evening Sea #265D4B

Tints of Evening Sea #265D4B

Color information

#265D4B (or 0x265D4B) is unknown color: approx Evening Sea. HEX triplet: 26, 5D and 4B. RGB value is (38,93,75). Sum of RGB (Red+Green+Blue) = 38+93+75=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #265D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D4B is #D9A2B4. Grayscale: #4A4A4A. Windows color (decimal): -14262965 or 4939046. OLE color: 4939046.

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

Color convert

RGB389375-
CMYK0.5900.190.64
HSL160.36º41.98%25.69%-
HSV(B)160.36º59.14%36.47%-
XYZ5.988.758.03-
YUV74.5128.28101.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=18.45%
G=45.15%
B=36.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893750.5900.190.64160.3641.9825.69
Hex265D4B3B01340a02a1a
Octal46135113730231002405232
Binary1001101011101100101111101101001110000001010000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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