#308B99

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

Shades of Scooter #308B99

Tints of Scooter #308B99

Color information

#308B99 (or 0x308B99) is unknown color: approx Scooter. HEX triplet: 30, 8B and 99. RGB value is (48,139,153). Sum of RGB (Red+Green+Blue) = 48+139+153=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #308B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B99 is #CF7466. Grayscale: #717171. Windows color (decimal): -13595751 or 10062640. OLE color: 10062640.

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

Color convert

RGB48139153-
CMYK0.690.0900.4
HSL188º52.24%39.41%-
HSV(B)188º68.63%60%-
XYZ16.221.3933.41-
YUV113.39150.3581.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.12%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 153 (60.16% from 255) = 45%
R=14.12%
G=40.88%
B=45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481391530.690.0900.418852.2439.41
Hex308B99459028bc3427
Octal60213231105110502746447
Binary110000100010111001100110001011001010100010111100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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