#308697

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

Shades of Scooter #308697

Tints of Scooter #308697

Color information

#308697 (or 0x308697) is unknown color: approx Scooter. HEX triplet: 30, 86 and 97. RGB value is (48,134,151). Sum of RGB (Red+Green+Blue) = 48+134+151=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #308697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308697 is #CF7968. Grayscale: #6E6E6E. Windows color (decimal): -13597033 or 9930288. OLE color: 9930288.

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

Color convert

RGB48134151-
CMYK0.680.1100.41
HSL189.9º51.76%39.02%-
HSV(B)189.9º68.21%59.22%-
XYZ15.3319.9132.31-
YUV110.22151.0183.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=14.41%
G=40.24%
B=45.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481341510.680.1100.41189.951.7639.02
Hex30869744B029be3427
Octal60206227104130512766447
Binary110000100001101001011110001001011010100110111110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308697; }

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

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

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

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

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

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

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

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