Html Css Color HEX #275A4A Evening Sea

📋 copy color: '#275A4A'

red 39 ◦ green 90 ◦ blue 74

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

Shades of Evening Sea #275A4A

Tints of Evening Sea #275A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 19.21%
G = 44.33%
B = 36.45%

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

#275A4A (or 0x275A4A) is known color: Evening Sea. HEX triplet: 27, 5A and 4A. RGB value is (39,90,74). Sum of RGB (Red+Green+Blue) = 39+90+74=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #275A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A4A is #D8A5B5. Grayscale: #484848. Windows color (decimal): -14198198 or 4872743. OLE color: 4872743.

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

Color convert

RGB 39 90 74 -
CMYK 0.57 0 0.18 0.65
HSL 161.18º 0.4% 0.25% -
HSV(B) 161.18º 0.57% 0.35% -
XYZ 5.73 8.24 7.77 -
YUV 72.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 39 90 74 0.57 0 0.18 0.65 161.18 0.4 0.25
Hex 27 5A 4A 39 0 12 41 A1 28 19
Octal 47 132 112 71 0 22 101 241 50 31
Binary 100111 1011010 1001010 111001 0 10010 1000001 10100001 101000 11001

Color Harmonies of #275A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A4A

Black with #275A4A

Text Example


Text Example

White with #275A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275A4A; }

 p { color: rgb(39,90,74); }

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

background-color css

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

 a { background-color: rgb(39,90,74); }

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

border-color css

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

 span { border-color: rgb(39,90,74); }

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