Html Css Color HEX #247664 Deep Sea

📋 copy color: '#247664'

red 36 ◦ green 118 ◦ blue 100

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

Shades of Deep Sea #247664

Tints of Deep Sea #247664

RGB

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

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

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

R = 14.17%
G = 46.46%
B = 39.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#247664 (or 0x247664) is known color: Deep Sea. HEX triplet: 24, 76 and 64. RGB value is (36,118,100). Sum of RGB (Red+Green+Blue) = 36+118+100=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #247664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247664 is #DB899B. Grayscale: #5B5B5B. Windows color (decimal): -14387612 or 6583844. OLE color: 6583844.

HSL color Cylindrical-coordinate representation of color #247664: hue angle of 166.83º 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 #247664 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 118 100 -
CMYK 0.69 0 0.15 0.54
HSL 166.83º 0.53% 0.3% -
HSV(B) 166.83º 0.69% 0.46% -
XYZ 9.51 14.25 14.31 -
YUV 91.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 36 118 100 0.69 0 0.15 0.54 166.83 0.53 0.3
Hex 24 76 64 45 0 F 36 A7 35 1E
Octal 44 166 144 105 0 17 66 247 65 36
Binary 100100 1110110 1100100 1000101 0 1111 110110 10100111 110101 11110

Color Harmonies of #247664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247664

Black with #247664

Text Example


Text Example

White with #247664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247664; }

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

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

background-color css

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

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

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

border-color css

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

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

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