#308999

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

Shades of Scooter #308999

Tints of Scooter #308999

Color information

#308999 (or 0x308999) is unknown color: approx Scooter. HEX triplet: 30, 89 and 99. RGB value is (48,137,153). Sum of RGB (Red+Green+Blue) = 48+137+153=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #308999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308999 is #CF7666. Grayscale: #707070. Windows color (decimal): -13596263 or 10062128. OLE color: 10062128.

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

Color convert

RGB48137153-
CMYK0.690.1000.4
HSL189.14º52.24%39.41%-
HSV(B)189.14º68.63%60%-
XYZ15.9120.8233.32-
YUV112.21151.0182.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=14.20%
G=40.53%
B=45.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481371530.690.1000.4189.1452.2439.41
Hex30899945A028bd3427
Octal60211231105120502756447
Binary110000100010011001100110001011010010100010111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308999; }

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

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

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

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

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

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

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

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