#248094

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

Shades of Scooter #248094

Tints of Scooter #248094

Color information

#248094 (or 0x248094) is unknown color: approx Scooter. HEX triplet: 24, 80 and 94. RGB value is (36,128,148). Sum of RGB (Red+Green+Blue) = 36+128+148=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #248094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248094 is #DB7F6B. Grayscale: #666666. Windows color (decimal): -14385004 or 9732132. OLE color: 9732132.

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

Color convert

RGB36128148-
CMYK0.760.1400.42
HSL190.71º60.87%36.08%-
HSV(B)190.71º75.68%58.04%-
XYZ13.7917.9530.76-
YUV102.77153.5280.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.54%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=11.54%
G=41.03%
B=47.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361281480.760.1400.42190.7160.8736.08
Hex2480944CE02Abf3d24
Octal44200224114160522777544
Binary100100100000001001010010011001110010101010111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248094; }

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

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

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

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

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

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

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

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