#307E9E

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

Shades of Scooter #307E9E

Tints of Scooter #307E9E

Color information

#307E9E (or 0x307E9E) is unknown color: approx Scooter. HEX triplet: 30, 7E and 9E. RGB value is (48,126,158). Sum of RGB (Red+Green+Blue) = 48+126+158=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #307E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E9E is #CF8161. Grayscale: #6A6A6A. Windows color (decimal): -13599074 or 10386992. OLE color: 10386992.

HSL color Cylindrical-coordinate representation of color #307E9E: hue angle of 197.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #307E9E is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48126158-
CMYK0.700.2000.38
HSL197.45º53.4%40.39%-
HSV(B)197.45º69.62%61.96%-
XYZ14.8518.0235.04-
YUV106.33157.1686.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=14.46%
G=37.95%
B=47.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481261580.700.2000.38197.4553.440.39
Hex307E9E4614026c53528
Octal60176236106240463056550
Binary110000111111010011110100011010100010011011000101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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