#26664C

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

Shades of Evening Sea #26664C

Tints of Evening Sea #26664C

Color information

#26664C (or 0x26664C) is unknown color: approx Evening Sea. HEX triplet: 26, 66 and 4C. RGB value is (38,102,76). Sum of RGB (Red+Green+Blue) = 38+102+76=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #26664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26664C is #D999B3. Grayscale: #4F4F4F. Windows color (decimal): -14260660 or 5006886. OLE color: 5006886.

HSL color Cylindrical-coordinate representation of color #26664C: hue angle of 155.62º 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 #26664C is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB3810276-
CMYK0.6300.250.6
HSL155.62º45.71%27.45%-
HSV(B)155.62º62.75%40%-
XYZ6.8610.448.49-
YUV79.9125.898.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=17.59%
G=47.22%
B=35.19%

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
Decimal38102760.6300.250.6155.6245.7127.45
Hex26664C3F0193C9c2e1b
Octal4614611477031742345633
Binary100110110011010011001111110110011111001001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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