#247f98

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

Shades of Scooter #247F98

Tints of Scooter #247F98

Color information

#247F98 (or 0x247F98) is unknown color: approx Scooter. HEX triplet: 24, 7F and 98. RGB value is (36,127,152). Sum of RGB (Red+Green+Blue) = 36+127+152=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #247F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F98 is #DB8067. Grayscale: #666666. Windows color (decimal): -14385256 or 9994020. OLE color: 9994020.

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

Color convert

RGB36127152-
CMYK0.760.1600.40
HSL192.93º61.7%36.86%-
HSV(B)192.93º76.32%59.61%-
XYZ13.9817.8232.41-
YUV102.64155.8580.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.43%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=11.43%
G=40.32%
B=48.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361271520.760.1600.40192.9361.736.86
Hex247F984C10028c13e25
Octal44177230114200503017645
Binary100100111111110011000100110010000010100011000001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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