#248794

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

Shades of Scooter #248794

Tints of Scooter #248794

Color information

#248794 (or 0x248794) is unknown color: approx Scooter. HEX triplet: 24, 87 and 94. RGB value is (36,135,148). Sum of RGB (Red+Green+Blue) = 36+135+148=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #248794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248794 is #DB786B. Grayscale: #6A6A6A. Windows color (decimal): -14383212 or 9733924. OLE color: 9733924.

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

Color convert

RGB36135148-
CMYK0.760.0900.42
HSL186.96º60.87%36.08%-
HSV(B)186.96º75.68%58.04%-
XYZ14.7419.8431.07-
YUV106.88151.277.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.29%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=11.29%
G=42.32%
B=46.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361351480.760.0900.42186.9660.8736.08
Hex2487944C902Abb3d24
Octal44207224114110522737544
Binary100100100001111001010010011001001010101010111011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248794; }

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

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

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

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

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

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

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

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