#266352

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

Shades of Evening Sea #266352

Tints of Evening Sea #266352

Color information

#266352 (or 0x266352) is unknown color: approx Evening Sea. HEX triplet: 26, 63 and 52. RGB value is (38,99,82). Sum of RGB (Red+Green+Blue) = 38+99+82=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #266352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266352 is #D99CAD. Grayscale: #4E4E4E. Windows color (decimal): -14261422 or 5399334. OLE color: 5399334.

HSL color Cylindrical-coordinate representation of color #266352: hue angle of 163.28º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266352 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB389982-
CMYK0.6200.170.61
HSL163.28º44.53%26.86%-
HSV(B)163.28º61.62%38.82%-
XYZ6.789.949.54-
YUV78.82129.7998.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=17.35%
G=45.21%
B=37.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899820.6200.170.61163.2844.5326.86
Hex2663523E0113Da32d1b
Octal4614312276021752435533
Binary100110110001110100101111100100011111011010001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266352; }

 p { color: rgb(38,99,82); }

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

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

 a { background-color: rgb(38,99,82); }

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

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

 span { border-color: rgb(38,99,82); }

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