#267055

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

Shades of Evening Sea #267055

Tints of Evening Sea #267055

Color information

#267055 (or 0x267055) is unknown color: approx Evening Sea. HEX triplet: 26, 70 and 55. RGB value is (38,112,85). Sum of RGB (Red+Green+Blue) = 38+112+85=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #267055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267055 is #D98FAA. Grayscale: #565656. Windows color (decimal): -14258091 or 5599270. OLE color: 5599270.

HSL color Cylindrical-coordinate representation of color #267055: hue angle of 158.11º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267055 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB3811285-
CMYK0.6600.240.56
HSL158.11º49.33%29.41%-
HSV(B)158.11º66.07%43.92%-
XYZ8.2312.6610.6-
YUV86.8126.9893.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=16.17%
G=47.66%
B=36.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112850.6600.240.56158.1149.3329.41
Hex26705542018389e311d
Octal46160125102030702366135
Binary1001101110000101010110000100110001110001001111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267055; }

 p { color: rgb(38,112,85); }

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

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

 a { background-color: rgb(38,112,85); }

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

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

 span { border-color: rgb(38,112,85); }

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