Html Css Color HEX #247D95 Scooter

📋 copy color: '#247D95'

red 36 ◦ green 125 ◦ blue 149

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

Shades of Scooter #247D95

Tints of Scooter #247D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.32%

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

R = 11.61%
G = 40.32%
B = 48.06%

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

#247D95 (or 0x247D95) is known color: Scooter. HEX triplet: 24, 7D and 95. RGB value is (36,125,149). Sum of RGB (Red+Green+Blue) = 36+125+149=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #247D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D95 is #DB826A. Grayscale: #646464. Windows color (decimal): -14385771 or 9796900. OLE color: 9796900.

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

Color convert

RGB 36 125 149 -
CMYK 0.76 0.16 0 0.42
HSL 192.74º 0.61% 0.36% -
HSV(B) 192.74º 0.76% 0.58% -
XYZ 13.49 17.21 31.05 -
YUV 101.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 36 125 149 0.76 0.16 0 0.42 192.74 0.61 0.36
Hex 24 7D 95 4C 10 0 2A C1 3D 24
Octal 44 175 225 114 20 0 52 301 75 44
Binary 100100 1111101 10010101 1001100 10000 0 101010 11000001 111101 100100

Color Harmonies of #247D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247D95

Black with #247D95

Text Example


Text Example

White with #247D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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