#309197

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

Shades of Scooter #309197

Tints of Scooter #309197

Color information

#309197 (or 0x309197) is unknown color: approx Scooter. HEX triplet: 30, 91 and 97. RGB value is (48,145,151). Sum of RGB (Red+Green+Blue) = 48+145+151=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #309197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309197 is #CF6E68. Grayscale: #747474. Windows color (decimal): -13594217 or 9933104. OLE color: 9933104.

HSL color Cylindrical-coordinate representation of color #309197: hue angle of 183.5º 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 #309197 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48145151-
CMYK0.680.0400.41
HSL183.5º51.76%39.02%-
HSV(B)183.5º68.21%59.22%-
XYZ16.9323.1132.85-
YUV116.68147.3679.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.95%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=13.95%
G=42.15%
B=43.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481451510.680.0400.41183.551.7639.02
Hex309197444029b73427
Octal6022122710440512676447
Binary11000010010001100101111000100100010100110110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309197; }

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

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

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

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

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

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

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

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