#307e9b

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

Shades of Scooter #307E9B

Tints of Scooter #307E9B

Color information

#307E9B (or 0x307E9B) is unknown color: approx Scooter. HEX triplet: 30, 7E and 9B. RGB value is (48,126,155). Sum of RGB (Red+Green+Blue) = 48+126+155=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #307E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E9B is #CF8164. Grayscale: #696969. Windows color (decimal): -13599077 or 10190384. OLE color: 10190384.

HSL color Cylindrical-coordinate representation of color #307E9B: hue angle of 196.26º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307E9B is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48126155-
CMYK0.690.1900.39
HSL196.26º52.71%39.8%-
HSV(B)196.26º69.03%60.78%-
XYZ14.617.9233.7-
YUV105.98155.6686.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=14.59%
G=38.30%
B=47.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481261550.690.1900.39196.2652.7139.8
Hex307E9B4513027c43528
Octal60176233105230473046550
Binary110000111111010011011100010110011010011111000100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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