Html Css Color HEX #247461 Deep Sea

📋 copy color: '#247461'

red 36 ◦ green 116 ◦ blue 97

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

Shades of Deep Sea #247461

Tints of Deep Sea #247461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 14.46%
G = 46.59%
B = 38.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#247461 (or 0x247461) is known color: Deep Sea. HEX triplet: 24, 74 and 61. RGB value is (36,116,97). Sum of RGB (Red+Green+Blue) = 36+116+97=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #247461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247461 is #DB8B9E. Grayscale: #595959. Windows color (decimal): -14388127 or 6386724. OLE color: 6386724.

HSL color Cylindrical-coordinate representation of color #247461: hue angle of 165.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247461 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 116 97 -
CMYK 0.69 0 0.16 0.55
HSL 165.75º 0.53% 0.3% -
HSV(B) 165.75º 0.69% 0.45% -
XYZ 9.13 13.73 13.48 -
YUV 89.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 36 116 97 0.69 0 0.16 0.55 165.75 0.53 0.3
Hex 24 74 61 45 0 10 37 A6 35 1E
Octal 44 164 141 105 0 20 67 246 65 36
Binary 100100 1110100 1100001 1000101 0 10000 110111 10100110 110101 11110

Color Harmonies of #247461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247461

Black with #247461

Text Example


Text Example

White with #247461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247461; }

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

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

background-color css

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

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

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

border-color css

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

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

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