Html Css Color HEX #265848 Evening Sea

📋 copy color: '#265848'

red 38 ◦ green 88 ◦ blue 72

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

Shades of Evening Sea #265848

Tints of Evening Sea #265848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.44%

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

R = 19.19%
G = 44.44%
B = 36.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#265848 (or 0x265848) is known color: Evening Sea. HEX triplet: 26, 58 and 48. RGB value is (38,88,72). Sum of RGB (Red+Green+Blue) = 38+88+72=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #265848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265848 is #D9A7B7. Grayscale: #474747. Windows color (decimal): -14264248 or 4741158. OLE color: 4741158.

HSL color Cylindrical-coordinate representation of color #265848: hue angle of 160.8º 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 #265848 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 88 72 -
CMYK 0.57 0 0.18 0.65
HSL 160.8º 0.4% 0.25% -
HSV(B) 160.8º 0.57% 0.35% -
XYZ 5.46 7.86 7.36 -
YUV 71.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 38 88 72 0.57 0 0.18 0.65 160.8 0.4 0.25
Hex 26 58 48 39 0 12 41 A1 28 19
Octal 46 130 110 71 0 22 101 241 50 31
Binary 100110 1011000 1001000 111001 0 10010 1000001 10100001 101000 11001

Color Harmonies of #265848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265848

Black with #265848

Text Example


Text Example

White with #265848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265848; }

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

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

background-color css

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

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

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

border-color css

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

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

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