Html Css Color HEX #266852 Evening Sea

📋 copy color: '#266852'

red 38 ◦ green 104 ◦ blue 82

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

Shades of Evening Sea #266852

Tints of Evening Sea #266852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.43%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 16.96%
G = 46.43%
B = 36.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#266852 (or 0x266852) is known color: Evening Sea. HEX triplet: 26, 68 and 52. RGB value is (38,104,82). Sum of RGB (Red+Green+Blue) = 38+104+82=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #266852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266852 is #D997AD. Grayscale: #515151. Windows color (decimal): -14260142 or 5400614. OLE color: 5400614.

HSL color Cylindrical-coordinate representation of color #266852: hue angle of 160º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266852 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 104 82 -
CMYK 0.63 0 0.21 0.59
HSL 160º 0.46% 0.28% -
HSV(B) 160º 0.63% 0.41% -
XYZ 7.27 10.92 9.71 -
YUV 81.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 38 104 82 0.63 0 0.21 0.59 160 0.46 0.28
Hex 26 68 52 3F 0 15 3B A0 2E 1C
Octal 46 150 122 77 0 25 73 240 56 34
Binary 100110 1101000 1010010 111111 0 10101 111011 10100000 101110 11100

Color Harmonies of #266852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266852

Black with #266852

Text Example


Text Example

White with #266852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266852; }

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

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

background-color css

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

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

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

border-color css

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

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

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