#266C52

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

Shades of Evening Sea #266C52

Tints of Evening Sea #266C52

Color information

#266C52 (or 0x266C52) is unknown color: approx Evening Sea. HEX triplet: 26, 6C and 52. RGB value is (38,108,82). Sum of RGB (Red+Green+Blue) = 38+108+82=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #266C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C52 is #D993AD. Grayscale: #545454. Windows color (decimal): -14259118 or 5401638. OLE color: 5401638.

HSL color Cylindrical-coordinate representation of color #266C52: hue angle of 157.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C52 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB3810882-
CMYK0.6500.240.58
HSL157.71º47.95%28.63%-
HSV(B)157.71º64.81%42.35%-
XYZ7.6811.759.84-
YUV84.11126.8195.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 108 (42.58% from 255) = 47.37%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=16.67%
G=47.37%
B=35.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38108820.6500.240.58157.7147.9528.63
Hex266C52410183A9e301d
Octal46154122101030722366035
Binary1001101101100101001010000010110001110101001111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266C52; }

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

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

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

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

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

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

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

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