#308691

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

Shades of Scooter #308691

Tints of Scooter #308691

Color information

#308691 (or 0x308691) is unknown color: approx Scooter. HEX triplet: 30, 86 and 91. RGB value is (48,134,145). Sum of RGB (Red+Green+Blue) = 48+134+145=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #308691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308691 is #CF796E. Grayscale: #6D6D6D. Windows color (decimal): -13597039 or 9537072. OLE color: 9537072.

HSL color Cylindrical-coordinate representation of color #308691: hue angle of 186.8º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308691 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48134145-
CMYK0.670.0800.43
HSL186.8º50.26%37.84%-
HSV(B)186.8º66.9%56.86%-
XYZ14.8519.7229.81-
YUV109.54148.0184.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=14.68%
G=40.98%
B=44.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481341450.670.0800.43186.850.2637.84
Hex30869143802Bbb3226
Octal60206221103100532736246
Binary110000100001101001000110000111000010101110111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308691; }

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

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

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

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

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

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

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

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