#308093

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

Shades of Scooter #308093

Tints of Scooter #308093

Color information

#308093 (or 0x308093) is unknown color: approx Scooter. HEX triplet: 30, 80 and 93. RGB value is (48,128,147). Sum of RGB (Red+Green+Blue) = 48+128+147=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #308093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308093 is #CF7F6C. Grayscale: #6A6A6A. Windows color (decimal): -13598573 or 9666608. OLE color: 9666608.

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

Color convert

RGB48128147-
CMYK0.670.1300.42
HSL191.52º50.77%38.24%-
HSV(B)191.52º67.35%57.65%-
XYZ14.218.1730.36-
YUV106.2515186.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=14.86%
G=39.63%
B=45.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481281470.670.1300.42191.5250.7738.24
Hex30809343D02Ac03326
Octal60200223103150523006346
Binary110000100000001001001110000111101010101011000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308093; }

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

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

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

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

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

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

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

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