#248193

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

Shades of Scooter #248193

Tints of Scooter #248193

Color information

#248193 (or 0x248193) is unknown color: approx Scooter. HEX triplet: 24, 81 and 93. RGB value is (36,129,147). Sum of RGB (Red+Green+Blue) = 36+129+147=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #248193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248193 is #DB7E6C. Grayscale: #676767. Windows color (decimal): -14384749 or 9666852. OLE color: 9666852.

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

Color convert

RGB36129147-
CMYK0.760.1200.42
HSL189.73º60.66%35.88%-
HSV(B)189.73º75.51%57.65%-
XYZ13.8418.1830.38-
YUV103.24152.6980.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.54%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=11.54%
G=41.35%
B=47.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361291470.760.1200.42189.7360.6635.88
Hex2481934CC02Abe3d24
Octal44201223114140522767544
Binary100100100000011001001110011001100010101010111110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248193; }

 p { color: rgb(36,129,147); }

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

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

 a { background-color: rgb(36,129,147); }

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

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

 span { border-color: rgb(36,129,147); }

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