Html Css Color HEX #247F92 Scooter

📋 copy color: '#247F92'

red 36 ◦ green 127 ◦ blue 146

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

Shades of Scooter #247F92

Tints of Scooter #247F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 11.65%
G = 41.1%
B = 47.25%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#247F92 (or 0x247F92) is known color: Scooter. HEX triplet: 24, 7F and 92. RGB value is (36,127,146). Sum of RGB (Red+Green+Blue) = 36+127+146=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #247F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F92 is #DB806D. Grayscale: #656565. Windows color (decimal): -14385262 or 9600804. OLE color: 9600804.

HSL color Cylindrical-coordinate representation of color #247F92: hue angle of 190.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247F92 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 127 146 -
CMYK 0.75 0.13 0 0.43
HSL 190.36º 0.6% 0.36% -
HSV(B) 190.36º 0.75% 0.57% -
XYZ 13.51 17.63 29.89 -
YUV 101.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 36 127 146 0.75 0.13 0 0.43 190.36 0.6 0.36
Hex 24 7F 92 4B D 0 2B BE 3C 24
Octal 44 177 222 113 15 0 53 276 74 44
Binary 100100 1111111 10010010 1001011 1101 0 101011 10111110 111100 100100

Color Harmonies of #247F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F92

Black with #247F92

Text Example


Text Example

White with #247F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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