Html Css Color HEX #247C94 Scooter

📋 copy color: '#247C94'

red 36 ◦ green 124 ◦ blue 148

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

Shades of Scooter #247C94

Tints of Scooter #247C94

RGB

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

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

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

R = 11.69%
G = 40.26%
B = 48.05%

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

#247C94 (or 0x247C94) is known color: Scooter. HEX triplet: 24, 7C and 94. RGB value is (36,124,148). Sum of RGB (Red+Green+Blue) = 36+124+148=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #247C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C94 is #DB836B. Grayscale: #646464. Windows color (decimal): -14386028 or 9731108. OLE color: 9731108.

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

Color convert

RGB 36 124 148 -
CMYK 0.76 0.16 0 0.42
HSL 192.86º 0.61% 0.36% -
HSV(B) 192.86º 0.76% 0.58% -
XYZ 13.28 16.93 30.58 -
YUV 100.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 36 124 148 0.76 0.16 0 0.42 192.86 0.61 0.36
Hex 24 7C 94 4C 10 0 2A C1 3D 24
Octal 44 174 224 114 20 0 52 301 75 44
Binary 100100 1111100 10010100 1001100 10000 0 101010 11000001 111101 100100

Color Harmonies of #247C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C94

Black with #247C94

Text Example


Text Example

White with #247C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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