Html Css Color HEX #265548 Evening Sea

📋 copy color: '#265548'

red 38 ◦ green 85 ◦ blue 72

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

Shades of Evening Sea #265548

Tints of Evening Sea #265548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 19.49%
G = 43.59%
B = 36.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#265548 (or 0x265548) is known color: Evening Sea. HEX triplet: 26, 55 and 48. RGB value is (38,85,72). Sum of RGB (Red+Green+Blue) = 38+85+72=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #265548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265548 is #D9AAB7. Grayscale: #454545. Windows color (decimal): -14265016 or 4740390. OLE color: 4740390.

HSL color Cylindrical-coordinate representation of color #265548: hue angle of 163.4º 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 #265548 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 85 72 -
CMYK 0.55 0 0.15 0.67
HSL 163.4º 0.38% 0.24% -
HSV(B) 163.4º 0.55% 0.33% -
XYZ 5.22 7.38 7.28 -
YUV 69.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 38 85 72 0.55 0 0.15 0.67 163.4 0.38 0.24
Hex 26 55 48 37 0 F 43 A3 26 18
Octal 46 125 110 67 0 17 103 243 46 30
Binary 100110 1010101 1001000 110111 0 1111 1000011 10100011 100110 11000

Color Harmonies of #265548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265548

Black with #265548

Text Example


Text Example

White with #265548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265548; }

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

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

background-color css

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

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

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

border-color css

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

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

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