Html Css Color HEX #265547 Evening Sea

📋 copy color: '#265547'

red 38 ◦ green 85 ◦ blue 71

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

Shades of Evening Sea #265547

Tints of Evening Sea #265547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

 BLUE value IS 71 (28.13% from 255) = 36.6%

R = 19.59%
G = 43.81%
B = 36.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#265547 (or 0x265547) is known color: Evening Sea. HEX triplet: 26, 55 and 47. RGB value is (38,85,71). Sum of RGB (Red+Green+Blue) = 38+85+71=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #265547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265547 is #D9AAB8. Grayscale: #454545. Windows color (decimal): -14265017 or 4674854. OLE color: 4674854.

HSL color Cylindrical-coordinate representation of color #265547: hue angle of 162.13º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265547 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 85 71 -
CMYK 0.55 0 0.16 0.67
HSL 162.13º 0.38% 0.24% -
HSV(B) 162.13º 0.55% 0.33% -
XYZ 5.19 7.36 7.11 -
YUV 69.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 38 85 71 0.55 0 0.16 0.67 162.13 0.38 0.24
Hex 26 55 47 37 0 10 43 A2 26 18
Octal 46 125 107 67 0 20 103 242 46 30
Binary 100110 1010101 1000111 110111 0 10000 1000011 10100010 100110 11000

Color Harmonies of #265547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265547

Black with #265547

Text Example


Text Example

White with #265547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265547; }

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

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

background-color css

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

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

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

border-color css

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

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

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