Html Css Color HEX #265948 Evening Sea

📋 copy color: '#265948'

red 38 ◦ green 89 ◦ blue 72

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

Shades of Evening Sea #265948

Tints of Evening Sea #265948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.72%

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

R = 19.1%
G = 44.72%
B = 36.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#265948 (or 0x265948) is known color: Evening Sea. HEX triplet: 26, 59 and 48. RGB value is (38,89,72). Sum of RGB (Red+Green+Blue) = 38+89+72=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #265948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265948 is #D9A6B7. Grayscale: #474747. Windows color (decimal): -14263992 or 4741414. OLE color: 4741414.

HSL color Cylindrical-coordinate representation of color #265948: hue angle of 160º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265948 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 89 72 -
CMYK 0.57 0 0.19 0.65
HSL 160º 0.4% 0.25% -
HSV(B) 160º 0.57% 0.35% -
XYZ 5.54 8.02 7.39 -
YUV 71.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 38 89 72 0.57 0 0.19 0.65 160 0.4 0.25
Hex 26 59 48 39 0 13 41 A0 28 19
Octal 46 131 110 71 0 23 101 240 50 31
Binary 100110 1011001 1001000 111001 0 10011 1000001 10100000 101000 11001

Color Harmonies of #265948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265948

Black with #265948

Text Example


Text Example

White with #265948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265948; }

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

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

background-color css

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

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

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

border-color css

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

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

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