Html Css Color HEX #247661 Deep Sea

📋 copy color: '#247661'

red 36 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #247661

Tints of Deep Sea #247661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

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

R = 14.34%
G = 47.01%
B = 38.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#247661 (or 0x247661) is known color: Deep Sea. HEX triplet: 24, 76 and 61. RGB value is (36,118,97). Sum of RGB (Red+Green+Blue) = 36+118+97=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #247661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247661 is #DB899E. Grayscale: #5B5B5B. Windows color (decimal): -14387615 or 6387236. OLE color: 6387236.

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

Color convert

RGB 36 118 97 -
CMYK 0.69 0 0.18 0.54
HSL 164.63º 0.53% 0.3% -
HSV(B) 164.63º 0.69% 0.46% -
XYZ 9.36 14.2 13.56 -
YUV 91.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 36 118 97 0.69 0 0.18 0.54 164.63 0.53 0.3
Hex 24 76 61 45 0 12 36 A5 35 1E
Octal 44 166 141 105 0 22 66 245 65 36
Binary 100100 1110110 1100001 1000101 0 10010 110110 10100101 110101 11110

Color Harmonies of #247661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247661

Black with #247661

Text Example


Text Example

White with #247661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247661; }

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

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

background-color css

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

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

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

border-color css

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

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

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