#266B4D

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

Shades of Evening Sea #266B4D

Tints of Evening Sea #266B4D

Color information

#266B4D (or 0x266B4D) is unknown color: approx Evening Sea. HEX triplet: 26, 6B and 4D. RGB value is (38,107,77). Sum of RGB (Red+Green+Blue) = 38+107+77=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #266B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B4D is #D994B2. Grayscale: #535353. Windows color (decimal): -14259379 or 5073702. OLE color: 5073702.

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

Color convert

RGB3810777-
CMYK0.6400.280.58
HSL153.91º47.59%28.43%-
HSV(B)153.91º64.49%41.96%-
XYZ7.411.468.84-
YUV82.95124.6495.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=17.12%
G=48.20%
B=34.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38107770.6400.280.58153.9147.5928.43
Hex266B4D4001C3A9a301c
Octal46153115100034722326034
Binary1001101101011100110110000000111001110101001101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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