Html Css Color HEX #247C96 Scooter

📋 copy color: '#247C96'

red 36 ◦ green 124 ◦ blue 150

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

Shades of Scooter #247C96

Tints of Scooter #247C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 11.61%
G = 40%
B = 48.39%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247C96 (or 0x247C96) is known color: Scooter. HEX triplet: 24, 7C and 96. RGB value is (36,124,150). Sum of RGB (Red+Green+Blue) = 36+124+150=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #247C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C96 is #DB8369. Grayscale: #646464. Windows color (decimal): -14386026 or 9862180. OLE color: 9862180.

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

Color convert

RGB 36 124 150 -
CMYK 0.76 0.17 0 0.41
HSL 193.68º 0.61% 0.36% -
HSV(B) 193.68º 0.76% 0.59% -
XYZ 13.44 16.99 31.43 -
YUV 100.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 36 124 150 0.76 0.17 0 0.41 193.68 0.61 0.36
Hex 24 7C 96 4C 11 0 29 C2 3D 24
Octal 44 174 226 114 21 0 51 302 75 44
Binary 100100 1111100 10010110 1001100 10001 0 101001 11000010 111101 100100

Color Harmonies of #247C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C96

Black with #247C96

Text Example


Text Example

White with #247C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,124,150); }

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

background-color css

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

 a { background-color: rgb(36,124,150); }

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

border-color css

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

 span { border-color: rgb(36,124,150); }

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