Html Css Color HEX #247E99 Scooter

📋 copy color: '#247E99'

red 36 ◦ green 126 ◦ blue 153

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

Shades of Scooter #247E99

Tints of Scooter #247E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 11.43%
G = 40%
B = 48.57%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247E99 (or 0x247E99) is known color: Scooter. HEX triplet: 24, 7E and 99. RGB value is (36,126,153). Sum of RGB (Red+Green+Blue) = 36+126+153=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #247E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247E99 is #DB8166. Grayscale: #656565. Windows color (decimal): -14385511 or 10059300. OLE color: 10059300.

HSL color Cylindrical-coordinate representation of color #247E99: hue angle of 193.85º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247E99 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 126 153 -
CMYK 0.76 0.18 0 0.4
HSL 193.85º 0.62% 0.37% -
HSV(B) 193.85º 0.76% 0.6% -
XYZ 13.94 17.6 32.8 -
YUV 102.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 36 126 153 0.76 0.18 0 0.4 193.85 0.62 0.37
Hex 24 7E 99 4C 12 0 28 C2 3E 25
Octal 44 176 231 114 22 0 50 302 76 45
Binary 100100 1111110 10011001 1001100 10010 0 101000 11000010 111110 100101

Color Harmonies of #247E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247E99

Black with #247E99

Text Example


Text Example

White with #247E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,126,153); }

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

background-color css

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

 a { background-color: rgb(36,126,153); }

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

border-color css

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

 span { border-color: rgb(36,126,153); }

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