Html Css Color HEX #247D94 Scooter

📋 copy color: '#247D94'

red 36 ◦ green 125 ◦ blue 148

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

Shades of Scooter #247D94

Tints of Scooter #247D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 11.65%
G = 40.45%
B = 47.9%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247D94 (or 0x247D94) is known color: Scooter. HEX triplet: 24, 7D and 94. RGB value is (36,125,148). Sum of RGB (Red+Green+Blue) = 36+125+148=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #247D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D94 is #DB826B. Grayscale: #646464. Windows color (decimal): -14385772 or 9731364. OLE color: 9731364.

HSL color Cylindrical-coordinate representation of color #247D94: hue angle of 192.32º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247D94 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 125 148 -
CMYK 0.76 0.16 0 0.42
HSL 192.32º 0.61% 0.36% -
HSV(B) 192.32º 0.76% 0.58% -
XYZ 13.41 17.18 30.63 -
YUV 101.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 36 125 148 0.76 0.16 0 0.42 192.32 0.61 0.36
Hex 24 7D 94 4C 10 0 2A C0 3D 24
Octal 44 175 224 114 20 0 52 300 75 44
Binary 100100 1111101 10010100 1001100 10000 0 101010 11000000 111101 100100

Color Harmonies of #247D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247D94

Black with #247D94

Text Example


Text Example

White with #247D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,148); }

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

background-color css

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

 a { background-color: rgb(36,125,148); }

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

border-color css

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

 span { border-color: rgb(36,125,148); }

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