#248093

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

Shades of Scooter #248093

Tints of Scooter #248093

Color information

#248093 (or 0x248093) is unknown color: approx Scooter. HEX triplet: 24, 80 and 93. RGB value is (36,128,147). Sum of RGB (Red+Green+Blue) = 36+128+147=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #248093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248093 is #DB7F6C. Grayscale: #666666. Windows color (decimal): -14385005 or 9666596. OLE color: 9666596.

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

Color convert

RGB36128147-
CMYK0.760.1300.42
HSL190.27º60.66%35.88%-
HSV(B)190.27º75.51%57.65%-
XYZ13.7117.9230.34-
YUV102.66153.0280.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=11.58%
G=41.16%
B=47.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361281470.760.1300.42190.2760.6635.88
Hex2480934CD02Abe3d24
Octal44200223114150522767544
Binary100100100000001001001110011001101010101010111110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248093; }

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

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

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

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

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

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

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

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