Html Css Color HEX #275349 Evening Sea

📋 copy color: '#275349'

red 39 ◦ green 83 ◦ blue 73

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

Shades of Evening Sea #275349

Tints of Evening Sea #275349

RGB

 RED value IS 39 (15.63% from 255) = 20%

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

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

R = 20%
G = 42.56%
B = 37.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#275349 (or 0x275349) is known color: Evening Sea. HEX triplet: 27, 53 and 49. RGB value is (39,83,73). Sum of RGB (Red+Green+Blue) = 39+83+73=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #275349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275349 is #D8ACB6. Grayscale: #444444. Windows color (decimal): -14199991 or 4805415. OLE color: 4805415.

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

Color convert

RGB 39 83 73 -
CMYK 0.53 0 0.12 0.67
HSL 166.36º 0.36% 0.24% -
HSV(B) 166.36º 0.53% 0.33% -
XYZ 5.13 7.1 7.4 -
YUV 68.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 39 83 73 0.53 0 0.12 0.67 166.36 0.36 0.24
Hex 27 53 49 35 0 C 43 A6 24 18
Octal 47 123 111 65 0 14 103 246 44 30
Binary 100111 1010011 1001001 110101 0 1100 1000011 10100110 100100 11000

Color Harmonies of #275349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275349

Black with #275349

Text Example


Text Example

White with #275349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275349; }

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

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

background-color css

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

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

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

border-color css

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

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

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