#26664B

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

Shades of Evening Sea #26664B

Tints of Evening Sea #26664B

Color information

#26664B (or 0x26664B) is unknown color: approx Evening Sea. HEX triplet: 26, 66 and 4B. RGB value is (38,102,75). Sum of RGB (Red+Green+Blue) = 38+102+75=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #26664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26664B is #D999B4. Grayscale: #4F4F4F. Windows color (decimal): -14260661 or 4941350. OLE color: 4941350.

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

Color convert

RGB3810275-
CMYK0.6300.260.6
HSL154.69º45.71%27.45%-
HSV(B)154.69º62.75%40%-
XYZ6.8210.428.31-
YUV79.79125.398.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=17.67%
G=47.44%
B=34.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102750.6300.260.6154.6945.7127.45
Hex26664B3F01A3C9b2e1b
Octal4614611377032742335633
Binary100110110011010010111111110110101111001001101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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