#26664D

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

Shades of Evening Sea #26664D

Tints of Evening Sea #26664D

Color information

#26664D (or 0x26664D) is unknown color: approx Evening Sea. HEX triplet: 26, 66 and 4D. RGB value is (38,102,77). Sum of RGB (Red+Green+Blue) = 38+102+77=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #26664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26664D is #D999B2. Grayscale: #505050. Windows color (decimal): -14260659 or 5072422. OLE color: 5072422.

HSL color Cylindrical-coordinate representation of color #26664D: hue angle of 156.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26664D is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB3810277-
CMYK0.6300.250.6
HSL156.56º45.71%27.45%-
HSV(B)156.56º62.75%40%-
XYZ6.8910.458.68-
YUV80.01126.398.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=17.51%
G=47.00%
B=35.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102770.6300.250.6156.5645.7127.45
Hex26664D3F0193C9d2e1b
Octal4614611577031742355633
Binary100110110011010011011111110110011111001001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26664D; }

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

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

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

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

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

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

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

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