Html Css Color HEX #265349 Evening Sea

📋 copy color: '#265349'

red 38 ◦ green 83 ◦ blue 73

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

Shades of Evening Sea #265349

Tints of Evening Sea #265349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 19.59%
G = 42.78%
B = 37.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#265349 (or 0x265349) is known color: Evening Sea. HEX triplet: 26, 53 and 49. RGB value is (38,83,73). Sum of RGB (Red+Green+Blue) = 38+83+73=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #265349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265349 is #D9ACB6. Grayscale: #444444. Windows color (decimal): -14265527 or 4805414. OLE color: 4805414.

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

Color convert

RGB 38 83 73 -
CMYK 0.54 0 0.12 0.67
HSL 166.67º 0.37% 0.24% -
HSV(B) 166.67º 0.54% 0.33% -
XYZ 5.1 7.08 7.4 -
YUV 68.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 38 83 73 0.54 0 0.12 0.67 166.67 0.37 0.24
Hex 26 53 49 36 0 C 43 A7 25 18
Octal 46 123 111 66 0 14 103 247 45 30
Binary 100110 1010011 1001001 110110 0 1100 1000011 10100111 100101 11000

Color Harmonies of #265349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265349

Black with #265349

Text Example


Text Example

White with #265349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265349; }

 p { color: rgb(38,83,73); }

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

background-color css

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

 a { background-color: rgb(38,83,73); }

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

border-color css

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

 span { border-color: rgb(38,83,73); }

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