#265B4D

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

Shades of Evening Sea #265B4D

Tints of Evening Sea #265B4D

Color information

#265B4D (or 0x265B4D) is unknown color: approx Evening Sea. HEX triplet: 26, 5B and 4D. RGB value is (38,91,77). Sum of RGB (Red+Green+Blue) = 38+91+77=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #265B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B4D is #D9A4B2. Grayscale: #494949. Windows color (decimal): -14263475 or 5069606. OLE color: 5069606.

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

Color convert

RGB389177-
CMYK0.5800.150.64
HSL164.15º41.09%25.29%-
HSV(B)164.15º58.24%35.69%-
XYZ5.888.438.34-
YUV73.56129.94102.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=18.45%
G=44.17%
B=37.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3891770.5800.150.64164.1541.0925.29
Hex265B4D3A0F40a42919
Octal46133115720171002445131
Binary100110101101110011011110100111110000001010010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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