#247361

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

Shades of Deep Sea #247361

Tints of Deep Sea #247361

Color information

#247361 (or 0x247361) is unknown color: approx Deep Sea. HEX triplet: 24, 73 and 61. RGB value is (36,115,97). Sum of RGB (Red+Green+Blue) = 36+115+97=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #247361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247361 is #DB8C9E. Grayscale: #595959. Windows color (decimal): -14388383 or 6386468. OLE color: 6386468.

HSL color Cylindrical-coordinate representation of color #247361: hue angle of 166.33º degrees, saturation: 0.52, 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 #247361 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB3611597-
CMYK0.6900.160.55
HSL166.33º52.32%29.61%-
HSV(B)166.33º68.7%45.1%-
XYZ9.0213.513.44-
YUV89.33132.3389.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.52%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=14.52%
G=46.37%
B=39.11%

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
Decimal36115970.6900.160.55166.3352.3229.61
Hex2473614501037a6341e
Octal44163141105020672466436
Binary1001001110011110000110001010100001101111010011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247361; }

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

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

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

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

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

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

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

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