Html Css Color HEX #247964 Deep Sea

📋 copy color: '#247964'

red 36 ◦ green 121 ◦ blue 100

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

Shades of Deep Sea #247964

Tints of Deep Sea #247964

RGB

 RED value IS 36 (14.45% from 255) = 14.01%

 GREEN value IS 121 (47.66% from 255) = 47.08%

 BLUE value IS 100 (39.45% from 255) = 38.91%

R = 14.01%
G = 47.08%
B = 38.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#247964 (or 0x247964) is known color: Deep Sea. HEX triplet: 24, 79 and 64. RGB value is (36,121,100). Sum of RGB (Red+Green+Blue) = 36+121+100=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #247964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247964 is #DB869B. Grayscale: #5D5D5D. Windows color (decimal): -14386844 or 6584612. OLE color: 6584612.

HSL color Cylindrical-coordinate representation of color #247964: hue angle of 165.18º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247964 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 121 100 -
CMYK 0.70 0 0.17 0.53
HSL 165.18º 0.54% 0.31% -
HSV(B) 165.18º 0.7% 0.47% -
XYZ 9.87 14.97 14.43 -
YUV 93.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 36 121 100 0.70 0 0.17 0.53 165.18 0.54 0.31
Hex 24 79 64 46 0 11 35 A5 36 1F
Octal 44 171 144 106 0 21 65 245 66 37
Binary 100100 1111001 1100100 1000110 0 10001 110101 10100101 110110 11111

Color Harmonies of #247964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247964

Black with #247964

Text Example


Text Example

White with #247964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247964; }

 p { color: rgb(36,121,100); }

 H1.HeaderClassName
 {
   color: #247964;
 }
 .AnyTagClassName
 {
   color: #247964;
 }
</style>

background-color css

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

 a { background-color: rgb(36,121,100); }

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

border-color css

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

 span { border-color: rgb(36,121,100); }

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