#247C5D

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

Shades of Deep Sea #247C5D

Tints of Deep Sea #247C5D

Color information

#247C5D (or 0x247C5D) is unknown color: approx Deep Sea. HEX triplet: 24, 7C and 5D. RGB value is (36,124,93). Sum of RGB (Red+Green+Blue) = 36+124+93=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #247C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247C5D is #DB83A2. Grayscale: #5E5E5E. Windows color (decimal): -14386083 or 6126628. OLE color: 6126628.

HSL color Cylindrical-coordinate representation of color #247C5D: hue angle of 158.86º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C5D is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB3612493-
CMYK0.7100.250.51
HSL158.86º55%31.37%-
HSV(B)158.86º70.97%48.63%-
XYZ9.9115.5812.84-
YUV94.15127.3586.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 124 (48.83% from 255) = 49.01%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=14.23%
G=49.01%
B=36.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36124930.7100.250.51158.865531.37
Hex247C5D47019339f371f
Octal44174135107031632376737
Binary1001001111100101110110001110110011100111001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247C5D; }

 p { color: rgb(36,124,93); }

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

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

 a { background-color: rgb(36,124,93); }

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

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

 span { border-color: rgb(36,124,93); }

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