Html Css Color HEX #266051 Evening Sea

📋 copy color: '#266051'

red 38 ◦ green 96 ◦ blue 81

#266051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #266051

Tints of Evening Sea #266051

RGB

 RED value IS 38 (15.23% from 255) = 17.67%

 GREEN value IS 96 (37.89% from 255) = 44.65%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 17.67%
G = 44.65%
B = 37.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#266051 (or 0x266051) is known color: Evening Sea. HEX triplet: 26, 60 and 51. RGB value is (38,96,81). Sum of RGB (Red+Green+Blue) = 38+96+81=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #266051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266051 is #D99FAE. Grayscale: #4C4C4C. Windows color (decimal): -14262191 or 5333030. OLE color: 5333030.

HSL color Cylindrical-coordinate representation of color #266051: hue angle of 164.48º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266051 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 96 81 -
CMYK 0.60 0 0.16 0.62
HSL 164.48º 0.43% 0.26% -
HSV(B) 164.48º 0.6% 0.38% -
XYZ 6.47 9.37 9.25 -
YUV 76.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 38 96 81 0.60 0 0.16 0.62 164.48 0.43 0.26
Hex 26 60 51 3C 0 10 3E A4 2B 1A
Octal 46 140 121 74 0 20 76 244 53 32
Binary 100110 1100000 1010001 111100 0 10000 111110 10100100 101011 11010

Color Harmonies of #266051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266051

Black with #266051

Text Example


Text Example

White with #266051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266051; }

 p { color: rgb(38,96,81); }

 H1.HeaderClassName
 {
   color: #266051;
 }
 .AnyTagClassName
 {
   color: #266051;
 }
</style>

background-color css

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

 a { background-color: rgb(38,96,81); }

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

border-color css

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

 span { border-color: rgb(38,96,81); }

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