#308293

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

Shades of Scooter #308293

Tints of Scooter #308293

Color information

#308293 (or 0x308293) is unknown color: approx Scooter. HEX triplet: 30, 82 and 93. RGB value is (48,130,147). Sum of RGB (Red+Green+Blue) = 48+130+147=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #308293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308293 is #CF7D6C. Grayscale: #6B6B6B. Windows color (decimal): -13598061 or 9667120. OLE color: 9667120.

HSL color Cylindrical-coordinate representation of color #308293: hue angle of 190.3º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308293 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48130147-
CMYK0.670.1200.42
HSL190.3º50.77%38.24%-
HSV(B)190.3º67.35%57.65%-
XYZ14.4718.730.45-
YUV107.42150.3385.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=14.77%
G=40%
B=45.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481301470.670.1200.42190.350.7738.24
Hex30829343C02Abe3326
Octal60202223103140522766346
Binary110000100000101001001110000111100010101010111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308293; }

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

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

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

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

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

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

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

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