#248192

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

Shades of Scooter #248192

Tints of Scooter #248192

Color information

#248192 (or 0x248192) is unknown color: approx Scooter. HEX triplet: 24, 81 and 92. RGB value is (36,129,146). Sum of RGB (Red+Green+Blue) = 36+129+146=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #248192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248192 is #DB7E6D. Grayscale: #666666. Windows color (decimal): -14384750 or 9601316. OLE color: 9601316.

HSL color Cylindrical-coordinate representation of color #248192: hue angle of 189.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248192 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB36129146-
CMYK0.750.1200.43
HSL189.27º60.44%35.69%-
HSV(B)189.27º75.34%57.25%-
XYZ13.7718.1529.97-
YUV103.13152.1980.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=11.58%
G=41.48%
B=46.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361291460.750.1200.43189.2760.4435.69
Hex2481924BC02Bbd3c24
Octal44201222113140532757444
Binary100100100000011001001010010111100010101110111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248192; }

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

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

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

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

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

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

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

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