#275448

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

Shades of Evening Sea #275448

Tints of Evening Sea #275448

Color information

#275448 (or 0x275448) is unknown color: approx 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

RGB398472-
CMYK0.5400.140.67
HSL164º36.59%24.12%-
HSV(B)164º53.57%32.94%-
XYZ5.187.247.26-
YUV69.18129.59106.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=20%
G=43.08%
B=36.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984720.5400.140.6716436.5924.12
Hex275448360E43a42518
Octal47124110660161032444530
Binary100111101010010010001101100111010000111010010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>