#308C99

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

Shades of Scooter #308C99

Tints of Scooter #308C99

Color information

#308C99 (or 0x308C99) is unknown color: approx Scooter. HEX triplet: 30, 8C and 99. RGB value is (48,140,153). Sum of RGB (Red+Green+Blue) = 48+140+153=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #308C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C99 is #CF7366. Grayscale: #717171. Windows color (decimal): -13595495 or 10062896. OLE color: 10062896.

HSL color Cylindrical-coordinate representation of color #308C99: hue angle of 187.43º 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 #308C99 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48140153-
CMYK0.690.0800.4
HSL187.43º52.24%39.41%-
HSV(B)187.43º68.63%60%-
XYZ16.3521.6833.46-
YUV113.97150.0280.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=14.08%
G=41.06%
B=44.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481401530.690.0800.4187.4352.2439.41
Hex308C99458028bb3427
Octal60214231105100502736447
Binary110000100011001001100110001011000010100010111011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308C99; }

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

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

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

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

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

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

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

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