Html Css Color HEX #247A5D Deep Sea

📋 copy color: '#247A5D'

red 36 ◦ green 122 ◦ blue 93

#247A5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #247A5D

Tints of Deep Sea #247A5D

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 value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#247A5D (or 0x247A5D) is known color: 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

RGB 36 122 93 -
CMYK 0.70 0 0.24 0.52
HSL 159.77º 0.54% 0.31% -
HSV(B) 159.77º 0.7% 0.48% -
XYZ 9.66 15.08 12.76 -
YUV 92.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 36 122 93 0.70 0 0.24 0.52 159.77 0.54 0.31
Hex 24 7A 5D 46 0 18 34 A0 36 1F
Octal 44 172 135 106 0 30 64 240 66 37
Binary 100100 1111010 1011101 1000110 0 11000 110100 10100000 110110 11111

Color Harmonies of #247A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A5D

Black with #247A5D

Text Example


Text Example

White with #247A5D

Text Example


Text Example

HTML Codes & Css Web 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>