Html Css Color HEX #247261 Deep Sea

📋 copy color: '#247261'

red 36 ◦ green 114 ◦ blue 97

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

Shades of Deep Sea #247261

Tints of Deep Sea #247261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

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

R = 14.57%
G = 46.15%
B = 39.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#247261 (or 0x247261) is known color: Deep Sea. HEX triplet: 24, 72 and 61. RGB value is (36,114,97). Sum of RGB (Red+Green+Blue) = 36+114+97=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #247261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247261 is #DB8D9E. Grayscale: #585858. Windows color (decimal): -14388639 or 6386212. OLE color: 6386212.

HSL color Cylindrical-coordinate representation of color #247261: hue angle of 166.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247261 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 114 97 -
CMYK 0.68 0 0.15 0.55
HSL 166.92º 0.52% 0.29% -
HSV(B) 166.92º 0.68% 0.45% -
XYZ 8.9 13.27 13.4 -
YUV 88.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 36 114 97 0.68 0 0.15 0.55 166.92 0.52 0.29
Hex 24 72 61 44 0 F 37 A7 34 1D
Octal 44 162 141 104 0 17 67 247 64 35
Binary 100100 1110010 1100001 1000100 0 1111 110111 10100111 110100 11101

Color Harmonies of #247261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247261

Black with #247261

Text Example


Text Example

White with #247261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247261; }

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

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

background-color css

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

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

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

border-color css

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

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

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