#247052

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

Shades of Evening Sea #247052

Tints of Evening Sea #247052

Color information

#247052 (or 0x247052) is unknown color: approx Evening Sea. HEX triplet: 24, 70 and 52. RGB value is (36,112,82). Sum of RGB (Red+Green+Blue) = 36+112+82=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #247052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247052 is #DB8FAD. Grayscale: #555555. Windows color (decimal): -14389166 or 5402660. OLE color: 5402660.

HSL color Cylindrical-coordinate representation of color #247052: hue angle of 156.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247052 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB3611282-
CMYK0.6800.270.56
HSL156.32º51.35%29.02%-
HSV(B)156.32º67.86%43.92%-
XYZ8.0412.579.99-
YUV85.86125.8292.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=15.65%
G=48.70%
B=35.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36112820.6800.270.56156.3251.3529.02
Hex2470524401B389c331d
Octal44160122104033702346335
Binary1001001110000101001010001000110111110001001110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247052; }

 p { color: rgb(36,112,82); }

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

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

 a { background-color: rgb(36,112,82); }

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

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

 span { border-color: rgb(36,112,82); }

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