#248099

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

Shades of Scooter #248099

Tints of Scooter #248099

Color information

#248099 (or 0x248099) is unknown color: approx Scooter. HEX triplet: 24, 80 and 99. RGB value is (36,128,153). Sum of RGB (Red+Green+Blue) = 36+128+153=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #248099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248099 is #DB7F66. Grayscale: #676767. Windows color (decimal): -14384999 or 10059812. OLE color: 10059812.

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

Color convert

RGB36128153-
CMYK0.760.1600.4
HSL192.82º61.9%37.06%-
HSV(B)192.82º76.47%60%-
XYZ14.218.1132.88-
YUV103.34156.0279.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.36%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=11.36%
G=40.38%
B=48.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal361281530.760.1600.4192.8261.937.06
Hex2480994C10028c13e25
Octal44200231114200503017645
Binary1001001000000010011001100110010000010100011000001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248099; }

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

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

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

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

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

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

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

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