#308099

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

Shades of Scooter #308099

Tints of Scooter #308099

Color information

#308099 (or 0x308099) is unknown color: approx Scooter. HEX triplet: 30, 80 and 99. RGB value is (48,128,153). Sum of RGB (Red+Green+Blue) = 48+128+153=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #308099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308099 is #CF7F66. Grayscale: #6A6A6A. Windows color (decimal): -13598567 or 10059824. OLE color: 10059824.

HSL color Cylindrical-coordinate representation of color #308099: hue angle of 194.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308099 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48128153-
CMYK0.690.1600.4
HSL194.29º52.24%39.41%-
HSV(B)194.29º68.63%60%-
XYZ14.6918.3732.91-
YUV106.9315485.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=14.59%
G=38.91%
B=46.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481281530.690.1600.4194.2952.2439.41
Hex3080994510028c23427
Octal60200231105200503026447
Binary1100001000000010011001100010110000010100011000010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308099; }

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

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

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

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

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

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

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

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