#275A4B

Color #275A4B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #275A4B

Tints of Evening Sea #275A4B

Color information

#275A4B (or 0x275A4B) is unknown color: approx Evening Sea. HEX triplet: 27, 5A and 4B. RGB value is (39,90,75). Sum of RGB (Red+Green+Blue) = 39+90+75=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #275A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A4B is #D8A5B4. Grayscale: #494949. Windows color (decimal): -14198197 or 4938279. OLE color: 4938279.

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

Color convert

RGB399075-
CMYK0.5700.170.65
HSL162.35º39.53%25.29%-
HSV(B)162.35º56.67%35.29%-
XYZ5.768.257.95-
YUV73.04129.1103.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=19.12%
G=44.12%
B=36.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990750.5700.170.65162.3539.5325.29
Hex275A4B3901141a22819
Octal47132113710211012425031
Binary1001111011010100101111100101000110000011010001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #275A4B;
 }
 .AnyTagClassName
 {
   color: #275A4B;
 }
</style>
background-color css

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

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

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

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

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

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