#308696

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

Shades of Scooter #308696

Tints of Scooter #308696

Color information

#308696 (or 0x308696) is unknown color: approx Scooter. HEX triplet: 30, 86 and 96. RGB value is (48,134,150). Sum of RGB (Red+Green+Blue) = 48+134+150=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #308696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308696 is #CF7969. Grayscale: #6D6D6D. Windows color (decimal): -13597034 or 9864752. OLE color: 9864752.

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

Color convert

RGB48134150-
CMYK0.680.1100.41
HSL189.41º51.52%38.82%-
HSV(B)189.41º68%58.82%-
XYZ15.2519.8831.89-
YUV110.11150.5183.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=14.46%
G=40.36%
B=45.18%

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
Decimal481341500.680.1100.41189.4151.5238.82
Hex30869644B029bd3427
Octal60206226104130512756447
Binary110000100001101001011010001001011010100110111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308696; }

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

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

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

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

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

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

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

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