#248092

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

Shades of Scooter #248092

Tints of Scooter #248092

Color information

#248092 (or 0x248092) is unknown color: approx Scooter. HEX triplet: 24, 80 and 92. RGB value is (36,128,146). Sum of RGB (Red+Green+Blue) = 36+128+146=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #248092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248092 is #DB7F6D. Grayscale: #666666. Windows color (decimal): -14385006 or 9601060. OLE color: 9601060.

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

Color convert

RGB36128146-
CMYK0.750.1200.43
HSL189.82º60.44%35.69%-
HSV(B)189.82º75.34%57.25%-
XYZ13.6417.8929.93-
YUV102.54152.5280.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.61%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=11.61%
G=41.29%
B=47.10%

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
Decimal361281460.750.1200.43189.8260.4435.69
Hex2480924BC02Bbe3c24
Octal44200222113140532767444
Binary100100100000001001001010010111100010101110111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248092; }

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

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

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

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

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

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

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

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