#247261

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

Shades of Deep Sea #247261

Tints of Deep Sea #247261

Color information

#247261 (or 0x247261) is unknown color: approx Deep Sea. HEX triplet: 24, 72 and 61. RGB value is (36,114,97). Sum of RGB (Red+Green+Blue) = 36+114+97=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #247261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247261 is #DB8D9E. Grayscale: #585858. Windows color (decimal): -14388639 or 6386212. OLE color: 6386212.

HSL color Cylindrical-coordinate representation of color #247261: hue angle of 166.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247261 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB3611497-
CMYK0.6800.150.55
HSL166.92º52%29.41%-
HSV(B)166.92º68.42%44.71%-
XYZ8.913.2713.4-
YUV88.74132.6690.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=14.57%
G=46.15%
B=39.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36114970.6800.150.55166.925229.41
Hex247261440F37a7341d
Octal44162141104017672476435
Binary100100111001011000011000100011111101111010011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247261; }

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

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

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

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

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

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

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

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