#266A4D

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

Shades of Evening Sea #266A4D

Tints of Evening Sea #266A4D

Color information

#266A4D (or 0x266A4D) is unknown color: approx Evening Sea. HEX triplet: 26, 6A and 4D. RGB value is (38,106,77). Sum of RGB (Red+Green+Blue) = 38+106+77=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #266A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A4D is #D995B2. Grayscale: #525252. Windows color (decimal): -14259635 or 5073446. OLE color: 5073446.

HSL color Cylindrical-coordinate representation of color #266A4D: hue angle of 154.41º degrees, saturation: 0.47, 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 #266A4D is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB3810677-
CMYK0.6400.270.58
HSL154.41º47.22%28.24%-
HSV(B)154.41º64.15%41.57%-
XYZ7.2911.268.81-
YUV82.36124.9796.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 106 (41.80% from 255) = 47.96%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=17.19%
G=47.96%
B=34.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38106770.6400.270.58154.4147.2228.24
Hex266A4D4001B3A9a2f1c
Octal46152115100033722325734
Binary1001101101010100110110000000110111110101001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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