#307F9B

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

Shades of Scooter #307F9B

Tints of Scooter #307F9B

Color information

#307F9B (or 0x307F9B) is unknown color: approx Scooter. HEX triplet: 30, 7F and 9B. RGB value is (48,127,155). Sum of RGB (Red+Green+Blue) = 48+127+155=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #307F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F9B is #CF8064. Grayscale: #6A6A6A. Windows color (decimal): -13598821 or 10190640. OLE color: 10190640.

HSL color Cylindrical-coordinate representation of color #307F9B: hue angle of 195.7º 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 #307F9B is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48127155-
CMYK0.690.1800.39
HSL195.7º52.71%39.8%-
HSV(B)195.7º69.03%60.78%-
XYZ14.7218.1733.74-
YUV106.57155.3386.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=14.55%
G=38.48%
B=46.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481271550.690.1800.39195.752.7139.8
Hex307F9B4512027c43528
Octal60177233105220473046550
Binary110000111111110011011100010110010010011111000100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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