Html Css Color HEX #275448 Evening Sea

📋 copy color: '#275448'

red 39 ◦ green 84 ◦ blue 72

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

Shades of Evening Sea #275448

Tints of Evening Sea #275448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

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

R = 20%
G = 43.08%
B = 36.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#275448 (or 0x275448) is known color: Evening Sea. HEX triplet: 27, 54 and 48. RGB value is (39,84,72). Sum of RGB (Red+Green+Blue) = 39+84+72=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #275448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275448 is #D8ABB7. Grayscale: #454545. Windows color (decimal): -14199736 or 4740135. OLE color: 4740135.

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

Color convert

RGB 39 84 72 -
CMYK 0.54 0 0.14 0.67
HSL 164º 0.37% 0.24% -
HSV(B) 164º 0.54% 0.33% -
XYZ 5.18 7.24 7.26 -
YUV 69.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 39 84 72 0.54 0 0.14 0.67 164 0.37 0.24
Hex 27 54 48 36 0 E 43 A4 25 18
Octal 47 124 110 66 0 16 103 244 45 30
Binary 100111 1010100 1001000 110110 0 1110 1000011 10100100 100101 11000

Color Harmonies of #275448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275448

Black with #275448

Text Example


Text Example

White with #275448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275448; }

 p { color: rgb(39,84,72); }

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

background-color css

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

 a { background-color: rgb(39,84,72); }

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

border-color css

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

 span { border-color: rgb(39,84,72); }

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