#307E93

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

Shades of Scooter #307E93

Tints of Scooter #307E93

Color information

#307E93 (or 0x307E93) is unknown color: approx Scooter. HEX triplet: 30, 7E and 93. RGB value is (48,126,147). Sum of RGB (Red+Green+Blue) = 48+126+147=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #307E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E93 is #CF816C. Grayscale: #686868. Windows color (decimal): -13599085 or 9666096. OLE color: 9666096.

HSL color Cylindrical-coordinate representation of color #307E93: hue angle of 192.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307E93 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48126147-
CMYK0.670.1400.42
HSL192.73º50.77%38.24%-
HSV(B)192.73º67.35%57.65%-
XYZ13.9517.6630.28-
YUV105.07151.6687.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=14.95%
G=39.25%
B=45.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481261470.670.1400.42192.7350.7738.24
Hex307E9343E02Ac13326
Octal60176223103160523016346
Binary11000011111101001001110000111110010101011000001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307E93; }

 p { color: rgb(48,126,147); }

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

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

 a { background-color: rgb(48,126,147); }

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

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

 span { border-color: rgb(48,126,147); }

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