#248293

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

Shades of Scooter #248293

Tints of Scooter #248293

Color information

#248293 (or 0x248293) is unknown color: approx Scooter. HEX triplet: 24, 82 and 93. RGB value is (36,130,147). Sum of RGB (Red+Green+Blue) = 36+130+147=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #248293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248293 is #DB7D6C. Grayscale: #676767. Windows color (decimal): -14384493 or 9667108. OLE color: 9667108.

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

Color convert

RGB36130147-
CMYK0.760.1200.42
HSL189.19º60.66%35.88%-
HSV(B)189.19º75.51%57.65%-
XYZ13.9818.4530.43-
YUV103.83152.3679.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.50%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=11.50%
G=41.53%
B=46.96%

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
Decimal361301470.760.1200.42189.1960.6635.88
Hex2482934CC02Abd3d24
Octal44202223114140522757544
Binary100100100000101001001110011001100010101010111101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248293; }

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

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

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

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

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

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

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

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