Html Css Color HEX #247C95 Scooter

📋 copy color: '#247C95'

red 36 ◦ green 124 ◦ blue 149

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

Shades of Scooter #247C95

Tints of Scooter #247C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 11.65%
G = 40.13%
B = 48.22%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247C95 (or 0x247C95) is known color: Scooter. HEX triplet: 24, 7C and 95. RGB value is (36,124,149). Sum of RGB (Red+Green+Blue) = 36+124+149=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #247C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C95 is #DB836A. Grayscale: #646464. Windows color (decimal): -14386027 or 9796644. OLE color: 9796644.

HSL color Cylindrical-coordinate representation of color #247C95: hue angle of 193.27º 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 #247C95 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 124 149 -
CMYK 0.76 0.17 0 0.42
HSL 193.27º 0.61% 0.36% -
HSV(B) 193.27º 0.76% 0.58% -
XYZ 13.36 16.96 31 -
YUV 100.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 36 124 149 0.76 0.17 0 0.42 193.27 0.61 0.36
Hex 24 7C 95 4C 11 0 2A C1 3D 24
Octal 44 174 225 114 21 0 52 301 75 44
Binary 100100 1111100 10010101 1001100 10001 0 101010 11000001 111101 100100

Color Harmonies of #247C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C95

Black with #247C95

Text Example


Text Example

White with #247C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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