#247B96

Color #247B96 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #247B96

Tints of Scooter #247B96

Color information

#247B96 (or 0x247B96) is unknown color: approx Scooter. HEX triplet: 24, 7B and 96. RGB value is (36,123,150). Sum of RGB (Red+Green+Blue) = 36+123+150=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #247B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B96 is #DB8469. Grayscale: #636363. Windows color (decimal): -14386282 or 9861924. OLE color: 9861924.

HSL color Cylindrical-coordinate representation of color #247B96: hue angle of 194.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247B96 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36123150-
CMYK0.760.1800.41
HSL194.21º61.29%36.47%-
HSV(B)194.21º76%58.82%-
XYZ13.3216.7431.38-
YUV100.06156.1882.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.65%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=11.65%
G=39.81%
B=48.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361231500.760.1800.41194.2161.2936.47
Hex247B964C12029c23d24
Octal44173226114220513027544
Binary100100111101110010110100110010010010100111000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,123,150); }

 H1.HeaderClassName
 {
   color: #247B96;
 }
 .AnyTagClassName
 {
   color: #247B96;
 }
</style>
background-color css

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

 a { background-color: rgb(36,123,150); }

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

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

 span { border-color: rgb(36,123,150); }

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