Html Css Color HEX #247F67 Deep Sea

📋 copy color: '#247F67'

red 36 ◦ green 127 ◦ blue 103

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

Shades of Deep Sea #247F67

Tints of Deep Sea #247F67

RGB

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

 GREEN value IS 127 (50% from 255) = 47.74%

 BLUE value IS 103 (40.63% from 255) = 38.72%

R = 13.53%
G = 47.74%
B = 38.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#247F67 (or 0x247F67) is known color: Deep Sea. HEX triplet: 24, 7F and 67. RGB value is (36,127,103). Sum of RGB (Red+Green+Blue) = 36+127+103=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #247F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F67 is #DB8098. Grayscale: #616161. Windows color (decimal): -14385305 or 6782756. OLE color: 6782756.

HSL color Cylindrical-coordinate representation of color #247F67: hue angle of 164.18º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F67 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 127 103 -
CMYK 0.72 0 0.19 0.50
HSL 164.18º 0.56% 0.32% -
HSV(B) 164.18º 0.72% 0.5% -
XYZ 10.77 16.53 15.46 -
YUV 97.06 131.35 84.45 -
System Red Green Blue C M Y K H S L
Decimal 36 127 103 0.72 0 0.19 0.50 164.18 0.56 0.32
Hex 24 7F 67 48 0 13 32 A4 38 20
Octal 44 177 147 110 0 23 62 244 70 40
Binary 100100 1111111 1100111 1001000 0 10011 110010 10100100 111000 100000

Color Harmonies of #247F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F67

Black with #247F67

Text Example


Text Example

White with #247F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247F67; }

 p { color: rgb(36,127,103); }

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

background-color css

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

 a { background-color: rgb(36,127,103); }

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

border-color css

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

 span { border-color: rgb(36,127,103); }

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