#308B97

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

Shades of Scooter #308B97

Tints of Scooter #308B97

Color information

#308B97 (or 0x308B97) is unknown color: approx Scooter. HEX triplet: 30, 8B and 97. RGB value is (48,139,151). Sum of RGB (Red+Green+Blue) = 48+139+151=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #308B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B97 is #CF7468. Grayscale: #717171. Windows color (decimal): -13595753 or 9931568. OLE color: 9931568.

HSL color Cylindrical-coordinate representation of color #308B97: hue angle of 186.99º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308B97 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48139151-
CMYK0.680.0800.41
HSL186.99º51.76%39.02%-
HSV(B)186.99º68.21%59.22%-
XYZ16.0421.3332.55-
YUV113.16149.3581.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 139 (54.69% from 255) = 41.12%
BLUE value IS 151 (59.38% from 255) = 44.67%
R=14.20%
G=41.12%
B=44.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481391510.680.0800.41186.9951.7639.02
Hex308B97448029bb3427
Octal60213227104100512736447
Binary110000100010111001011110001001000010100110111011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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