#247A5D

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

Shades of Deep Sea #247A5D

Tints of Deep Sea #247A5D

Color information

#247A5D (or 0x247A5D) is unknown color: approx Deep Sea. HEX triplet: 24, 7A and 5D. RGB value is (36,122,93). Sum of RGB (Red+Green+Blue) = 36+122+93=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #247A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A5D is #DB85A2. Grayscale: #5D5D5D. Windows color (decimal): -14386595 or 6126116. OLE color: 6126116.

HSL color Cylindrical-coordinate representation of color #247A5D: hue angle of 159.77º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A5D is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB3612293-
CMYK0.7000.240.52
HSL159.77º54.43%30.98%-
HSV(B)159.77º70.49%47.84%-
XYZ9.6615.0812.76-
YUV92.98128.0187.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=14.34%
G=48.61%
B=37.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36122930.7000.240.52159.7754.4330.98
Hex247A5D4601834a0361f
Octal44172135106030642406637
Binary1001001111010101110110001100110001101001010000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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