#247461

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

Shades of Deep Sea #247461

Tints of Deep Sea #247461

Color information

#247461 (or 0x247461) is unknown color: approx Deep Sea. HEX triplet: 24, 74 and 61. RGB value is (36,116,97). Sum of RGB (Red+Green+Blue) = 36+116+97=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #247461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247461 is #DB8B9E. Grayscale: #595959. Windows color (decimal): -14388127 or 6386724. OLE color: 6386724.

HSL color Cylindrical-coordinate representation of color #247461: hue angle of 165.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247461 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB3611697-
CMYK0.6900.160.55
HSL165.75º52.63%29.8%-
HSV(B)165.75º68.97%45.49%-
XYZ9.1313.7313.48-
YUV89.9113289.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=14.46%
G=46.59%
B=38.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36116970.6900.160.55165.7552.6329.8
Hex2474614501037a6351e
Octal44164141105020672466536
Binary1001001110100110000110001010100001101111010011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247461; }

 p { color: rgb(36,116,97); }

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

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

 a { background-color: rgb(36,116,97); }

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

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

 span { border-color: rgb(36,116,97); }

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